GromoreVerify constructor

GromoreVerify({
  1. bool? verify,
  2. String? transId,
  3. String? rewardName,
  4. int? rewardAmount,
})

Implementation

GromoreVerify(
    {this.verify, this.transId, this.rewardName, this.rewardAmount});