CheermoteTierData constructor

CheermoteTierData({
  1. int? minBits,
  2. String? id,
  3. String? color,
  4. CheermoteImage? images,
  5. bool? canCheer,
  6. bool? showInBitsCard,
})

Implementation

CheermoteTierData({
  this.minBits,
  this.id,
  this.color,
  this.images,
  this.canCheer,
  this.showInBitsCard,
});