Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin constructor

Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin({
  1. required String name,
  2. Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$picture? picture,
  3. Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin$unitValue? unitValue,
})

Implementation

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