artElements property

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

Represents one-off/special UI elements that appear on the map.

Implementation

@JsonKey(name:'artElements')
List<DestinyActivityGraphArtElementDefinition>? artElements;