Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin class
Constructors
- Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin({required String id, required String name, Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$picture? picture, Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$unitValue? unitValue, String? code, Enum$CoinCategoryEnum? category, Enum$CoinHandleEnum? handle, String $__typename = 'CoinType'})
-
Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- category → Enum$CoinCategoryEnum?
-
final
- code → String?
-
final
-
copyWith
→ CopyWith$Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin<
Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin> -
Available on Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin, provided by the UtilityExtension$Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin extension
no setter - handle → Enum$CoinHandleEnum?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- name → String
-
final
- picture → Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$picture?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- unitValue → Query$getCurrentUserQuantitativeWallets$getCurrentUserQuantitativeWallets$objects$coin$unitValue?
-
final
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.
override