Query$checkWalletAndReputation constructor

Query$checkWalletAndReputation({
  1. required Query$checkWalletAndReputation$checkWalletAndReputation checkWalletAndReputation,
  2. String $__typename = 'Query',
})

Implementation

Query$checkWalletAndReputation({
  required this.checkWalletAndReputation,
  this.$__typename = 'Query',
});