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

Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue({
  1. double? amount,
  2. Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue$currency? currency,
})

Implementation

Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue({
  this.amount,
  this.currency,
});