ProcessorNumber class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Properties

ach NumbersACHNullable?
final
bacs NumbersBACSNullable?
final
eft NumbersEFTNullable?
final
hashCode int
The hash code for this object.
no setteroverride
international NumbersInternationalNullable?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({NumbersACHNullable? ach, NumbersEFTNullable? eft, NumbersInternationalNullable? international, NumbersBACSNullable? bacs}) ProcessorNumber

Available on ProcessorNumber, provided by the $ProcessorNumberExtension extension

copyWithWrapped({Wrapped<NumbersACHNullable?>? ach, Wrapped<NumbersEFTNullable?>? eft, Wrapped<NumbersInternationalNullable?>? international, Wrapped<NumbersBACSNullable?>? bacs}) ProcessorNumber

Available on ProcessorNumber, provided by the $ProcessorNumberExtension extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const ProcessorNumber Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(ProcessorNumber instance)