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,
})

Implementation

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