rarity property

  1. @JsonKey.new(name: 'rarity')
RarityType? get rarity
inherited

Optional. Rarity of the model if it is a crafted model. Currently, can be “uncommon”, “rare”, “epic”, or “legendary”.

Implementation

@JsonKey(name: 'rarity')
RarityType? get rarity;