Destination class Null safety

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?
read / write
amount double?
read / write
asMap Map<String, dynamic>
read-only
bankCode String?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
mobileNumber String?
read / write
narration String?
read / write
phoneNumber String?
read / write
referenceNumber String?
read / write
responseCode String?
read / write
responseDescription String?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
transactionCurrency String?
read / write
transactionID String?
read / write

Methods

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

Operators

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