minQuality property

  1. @JsonKey(name: 'minQuality')
int? minQuality
getter/setter pair

The minimum Quality at which the item spawns for this level. Examine DestinyInventoryItemDefinition for more information about what Quality means. Just don't ask Phaedrus about it, he'll never stop talking and you'll have to write a book about it.

Implementation

@JsonKey(name:'minQuality')
int? minQuality;