quality property

  1. @JsonKey(name: 'quality')
DestinyItemQualityBlockDefinition? quality
getter/setter pair

If this item can have a level or stats, this block will be non-null and will be populated with default quality (item level, "quality", and infusion) data. See the block for more details, there's often less upfront information in D2 so you'll want to be aware of how you use quality and item level on the definition level now.

Implementation

@JsonKey(name:'quality')
DestinyItemQualityBlockDefinition? quality;