creationLevels property

  1. @JsonKey(name: 'creationLevels')
List<DestinyItemCreationEntryLevelDefinition>? creationLevels
getter/setter pair

The Default level at which the item will spawn. Almost always driven by an adjusto these days. Ideally should be singular. It's a long story how this ended up as a list, but there is always either going to be 0:1 of these entities.

Implementation

@JsonKey(name:'creationLevels')
List<DestinyItemCreationEntryLevelDefinition>? creationLevels;