Source class

Constructors

Source({required String accountNumber, required double amount, required String narration, required String responseCode, required String responseDescription, required String transactionCurrency})
Source.fromMap(Map<String, dynamic> map)

Properties

accountNumber String
getter/setter pair
amount double
getter/setter pair
asMap Map<String, dynamic>
no setter
hashCode int
The hash code for this object.
no setterinherited
narration 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

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