Rarity constructor Null safety
Implementation
Rarity({
required this.id,
required this.name,
required this.translationID,
required this.colors,
required this.image,
});
Rarity({
required this.id,
required this.name,
required this.translationID,
required this.colors,
required this.image,
});