Query$checkWalletAndReputation$checkWalletAndReputation$wallet constructor
Query$checkWalletAndReputation$checkWalletAndReputation$wallet({
- double? amount,
- Enum$WalletTypeEnum? walletType,
- Query$checkWalletAndReputation$checkWalletAndReputation$wallet$coin? coin,
Implementation
Query$checkWalletAndReputation$checkWalletAndReputation$wallet({
this.amount,
this.walletType,
this.coin,
});