affectsLevel property
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;
If true, this step can affect the level of the item. See DestinyInventoryItemDefintion for more information about item levels and their effect on stats.
@JsonKey(name:'affectsLevel')
bool? affectsLevel;