BankTransactionModel class Null safety
Constructors
- BankTransactionModel({required String transactionID, required double creditAmount, required double debitAmount, required double debitLimit, required DateTime limitExpiryDate, required String narration, required double runningBookBalance, required double runningClearedBalance, required String servicePoint, required DateTime transactionDate, required String transactionReference, required String transactionType, required String valueDate})
- BankTransactionModel.fromMap(Map map)
Properties
-
asMap
→ Map<
String, dynamic> -
read-only
- creditAmount ↔ double
-
read / write
- debitAmount ↔ double
-
read / write
- debitLimit ↔ double
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- limitExpiryDate ↔ DateTime
-
read / write
- narration ↔ String
-
read / write
- runningBookBalance ↔ double
-
read / write
- runningClearedBalance ↔ double
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- servicePoint ↔ String
-
read / write
- transactionDate ↔ DateTime
-
read / write
- transactionID ↔ String
-
read / write
- transactionReference ↔ String
-
read / write
- transactionType ↔ String
-
read / write
- valueDate ↔ 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