Promotions constructor

Promotions({
  1. List<RewardTier>? tiers,
  2. String? type,
})

Implementation

Promotions({
  this.tiers,
  this.type,
});