Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency constructor

Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency({
  1. required String name,
  2. String? code,
  3. String? symbol,
  4. String $__typename = 'CurrencyType',
})

Implementation

Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency({
  required this.name,
  this.code,
  this.symbol,
  this.$__typename = 'CurrencyType',
});