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