Query$getUserWalletWithReputations$getUserWalletWithReputations constructor

Query$getUserWalletWithReputations$getUserWalletWithReputations({
  1. required String id,
  2. String? amount,
  3. double? fee,
  4. Enum$WalletTypeEnum? walletType,
  5. required DateTime createdAt,
  6. required DateTime updatedAt,
  7. Query$getUserWalletWithReputations$getUserWalletWithReputations$coin? coin,
  8. Query$getUserWalletWithReputations$getUserWalletWithReputations$owner? owner,
  9. List<Query$getUserWalletWithReputations$getUserWalletWithReputations$reputationLevels>? reputationLevels,
  10. 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',
});