StatusSeasonRewardSchema constructor
StatusSeasonRewardSchema({})
Returns a new StatusSeasonRewardSchema instance.
Implementation
StatusSeasonRewardSchema({
required this.code,
required this.type,
required this.description,
required this.requiredPoints,
this.quantity = 1,
this.memberRequired = false,
this.firstOnly = false,
});