QueryUserSummaryResponse constructor

const QueryUserSummaryResponse({
  1. String? claimType,
  2. String? claimed,
  3. String? forfeited,
  4. String? remaining,
  5. String? claimable,
})

Implementation

const QueryUserSummaryResponse({
  this.claimType,
  this.claimed,
  this.forfeited,
  this.remaining,
  this.claimable,
});