Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation$perks constructor

Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation$perks({
  1. double? discount,
  2. String? description,
})

Implementation

Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation$perks({
  this.discount,
  this.description,
});