SeasonBadgeSchema constructor
SeasonBadgeSchema({})
Returns a new SeasonBadgeSchema instance.
Implementation
SeasonBadgeSchema({
required this.code,
required this.description,
required this.requiredPoints,
});
Returns a new SeasonBadgeSchema instance.
SeasonBadgeSchema({
required this.code,
required this.description,
required this.requiredPoints,
});