Source class Null safety

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
read / write
amount double
read / write
asMap Map<String, dynamic>
read-only
hashCode int
The hash code for this object. [...]
read-only, inherited
narration 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

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