BankReponse class Null safety

BankReponse converts the http response body to a dart object BankReponse

Constructors

BankReponse.fromMap(Map<String, dynamic> map)

Properties

accountName String?
read / write
accountNumber String?
read / write
arrearsAmount double?
read / write
availableBalance double?
read / write
averageBalance double?
read / write
blockedBalance double?
read / write
bookedBalance double?
read / write
branchName String?
read / write
branchSortCode String?
read / write
clearedBalance double?
read / write
creditLimit double?
read / write
currency String?
read / write
destinations List<Destination>?
read / write
fromCurrencyCode String?
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
messageCode String?
The status of the response where 0 is success.s
read / write
messageDateTime DateTime?
read / write
messageDescription String?
read / write
messageReference String?
read / write
multiplyDivide String?
read / write
noOfTransactions int?
read / write
oDLimit double?
read / write
productName String?
read / write
rate double?
read / write
rateType String?
read / write
rawResponceBody Map<String, dynamic>
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
source Source?
read / write
statusCode int?
read / write
toCurrencyCode String?
read / write
tolerance double?
read / write
totalCredits double?
read / write
totalDebits double?
read / write
transactions List<BankTransactionModel>?
read / write
unclearedBalance double?
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