Query$getUserWalletWithReputations$getUserWalletWithReputations class
- Available extensions
Constructors
-
Query$getUserWalletWithReputations$getUserWalletWithReputations({required String id, String? amount, double? fee, Enum$WalletTypeEnum? walletType, required DateTime createdAt, required DateTime updatedAt, Query$getUserWalletWithReputations$getUserWalletWithReputations$coin? coin, Query$getUserWalletWithReputations$getUserWalletWithReputations$owner? owner, List<
Query$getUserWalletWithReputations$getUserWalletWithReputations$reputationLevels> ? reputationLevels, Query$getUserWalletWithReputations$getUserWalletWithReputations$prelevel? prelevel, String $__typename = 'WalletWithReputationDtoType'}) -
Query$getUserWalletWithReputations$getUserWalletWithReputations.fromJson(Map<
String, dynamic> json) -
factory
Properties
- $__typename → String
-
final
- amount → String?
-
final
- coin → Query$getUserWalletWithReputations$getUserWalletWithReputations$coin?
-
final
-
copyWith
→ CopyWith$Query$getUserWalletWithReputations$getUserWalletWithReputations<
Query$getUserWalletWithReputations$getUserWalletWithReputations> -
Available on Query$getUserWalletWithReputations$getUserWalletWithReputations, provided by the UtilityExtension$Query$getUserWalletWithReputations$getUserWalletWithReputations extension
no setter - createdAt → DateTime
-
final
- fee → double?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- owner → Query$getUserWalletWithReputations$getUserWalletWithReputations$owner?
-
final
- prelevel → Query$getUserWalletWithReputations$getUserWalletWithReputations$prelevel?
-
final
-
reputationLevels
→ List<
Query$getUserWalletWithReputations$getUserWalletWithReputations$reputationLevels> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → DateTime
-
final
- walletType → Enum$WalletTypeEnum?
-
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