locationReleases property
- @JsonKey(name: 'locationReleases')
getter/setter pair
A Location may refer to different specific spots in the world based on the world's current state. This is a list of those potential spots, and the data we can use at runtime to determine which one of the spots is the currently valid one.
Implementation
@JsonKey(name:'locationReleases')
List<DestinyLocationReleaseDefinition>? locationReleases;