Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation constructor

Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation({
  1. String? color,
  2. String? reputationLevel,
  3. Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation$perks? perks,
})

Implementation

Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation({
  this.color,
  this.reputationLevel,
  this.perks,
});