affectsQuality property

  1. @JsonKey(name: 'affectsQuality')
bool? affectsQuality
getter/setter pair

If this is true, the step affects the item's Quality in some way. See DestinyInventoryItemDefinition for more information about the meaning of Quality. I already made a joke about Zen and the Art of Motorcycle Maintenance elsewhere in the documentation, so I will avoid doing it again. Oops too late

Implementation

@JsonKey(name:'affectsQuality')
bool? affectsQuality;