Destination class

Constructors

Destination({String? accountNumber, double? amount, String? bankCode, String? mobileNumber, String? narration, String? phoneNumber, String? referenceNumber, String? responseCode, String? responseDescription, String? transactionCurrency, String? transactionID})
Destination.fromMap(Map map)

Properties

accountNumber String?
getter/setter pair
amount double?
getter/setter pair
asMap Map<String, dynamic>
no setter
bankCode String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mobileNumber String?
getter/setter pair
narration String?
getter/setter pair
phoneNumber String?
getter/setter pair
referenceNumber String?
getter/setter pair
responseCode String?
getter/setter pair
responseDescription String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionCurrency String?
getter/setter pair
transactionID String?
getter/setter pair

Methods

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

Operators

operator ==(Object other) bool
The equality operator.
inherited