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