Promotions constructor
Promotions({
- List<
RewardTier> ? tiers, - String? type,
Implementation
Promotions({
this.tiers,
this.type,
});
Promotions({
this.tiers,
this.type,
});