Query$getUserWalletWithReputations$getUserWalletWithReputations constructor
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, - String $__typename = 'WalletWithReputationDtoType',
Implementation
Query$getUserWalletWithReputations$getUserWalletWithReputations({
required this.id,
this.amount,
this.fee,
this.walletType,
required this.createdAt,
required this.updatedAt,
this.coin,
this.owner,
this.reputationLevels,
this.$__typename = 'WalletWithReputationDtoType',
});