Transaction class
Constructors
- Transaction({CardTransaction? card, required String? activeAmount, num? fundForDepositBalanceAmount, required String? totalAmountToDeposit, required String? currency, String? amountDeposited})
-
Transaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- activeAmount ↔ String?
-
getter/setter pair
- amountDeposited ↔ String?
-
getter/setter pair
- card ↔ CardTransaction?
-
getter/setter pair
- currency ↔ String?
-
getter/setter pair
- fundForDepositBalanceAmount ↔ num?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- totalAmountToDeposit ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited