TRBonusBarProgress constructor

TRBonusBarProgress({
  1. bool? isActive,
  2. int? currentCompletes,
  3. String? bonusWindowEndAt,
  4. List<TRBonusTier>? bonusTiers,
  5. TRError? error,
})

Implementation

TRBonusBarProgress({
  this.isActive,
  this.currentCompletes,
  this.bonusWindowEndAt,
  this.bonusTiers,
  this.error,
});