Query$checkWalletAndReputation$checkWalletAndReputation constructor
Query$checkWalletAndReputation$checkWalletAndReputation({
- required Query$checkWalletAndReputation$checkWalletAndReputation$wallet wallet,
- required Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation currentReputation,
Implementation
Query$checkWalletAndReputation$checkWalletAndReputation({
required this.wallet,
required this.currentReputation,
});