UGoldTxnResponse class
- Available extensions
Constructors
-
UGoldTxnResponse({required String id, required List<
int> tags, required UGoldTxnJson jsonData, required String userId, required double goldAmount, required double amount, required double unitPrice, required String idempotencyKey, required List<String> adminUserIds, DateTime? createdAt, UUserResponse? user, UUserResponse? creator, String? creatorId, String? orderId}) - UGoldTxnResponse.fromJson(String str)
-
factory
-
UGoldTxnResponse.fromMap(Map<
String, dynamic> json) -
factory
Properties
-
adminUserIds
→ List<
String> -
final
- amount → double
-
final
- createdAt → DateTime?
-
final
- creator → UUserResponse?
-
final
- creatorId → String?
-
final
- goldAmount → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData
-
Available on UGoldTxnResponse, provided by the UGoldTxnExtension extension
no setter - id → String
-
final
- idempotencyKey → String
-
final
- isBuy → bool
-
Available on UGoldTxnResponse, provided by the UGoldTxnExtension extension
no setter - isFilled → bool
-
Available on UGoldTxnResponse, provided by the UGoldTxnExtension extension
no setter - isPending → bool
-
Available on UGoldTxnResponse, provided by the UGoldTxnExtension extension
no setter - jsonData → UGoldTxnJson
-
final
- orderId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- side → TagGoldTxn
-
Available on UGoldTxnResponse, provided by the UGoldTxnExtension extension
no setter - status → TagGoldTxn
-
Available on UGoldTxnResponse, provided by the UGoldTxnExtension extension
no setter -
final
- unitPrice → double
-
final
- user → UUserResponse?
-
final
- userId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited