affectsLevel property

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

If true, this step can affect the level of the item. See DestinyInventoryItemDefintion for more information about item levels and their effect on stats.

Implementation

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