fromJson static method
Inherited by: UpgradedGiftAttributeRarityEpic UpgradedGiftAttributeRarityLegendary UpgradedGiftAttributeRarityPerMille UpgradedGiftAttributeRarityRare UpgradedGiftAttributeRarityUncommon
Implementation
static UpgradedGiftAttributeRarityRare? fromJson(Map<String, dynamic>? json) {
if (json == null) {
return null;
}
return const UpgradedGiftAttributeRarityRare();
}