artElements property
- @JsonKey(name: 'artElements')
getter/setter pair
Represents one-off/special UI elements that appear on the map.
Implementation
@JsonKey(name:'artElements')
List<DestinyActivityGraphArtElementDefinition>? artElements;
Represents one-off/special UI elements that appear on the map.
@JsonKey(name:'artElements')
List<DestinyActivityGraphArtElementDefinition>? artElements;