Query$checkWalletAndReputation$checkWalletAndReputation constructor

Query$checkWalletAndReputation$checkWalletAndReputation({
  1. required Query$checkWalletAndReputation$checkWalletAndReputation$wallet wallet,
  2. required Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation currentReputation,
})

Implementation

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