playlistItems property

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

Represents all of the possible activities that could be played in the Playlist, along with information that we can use to determine if they are active at the present time.

Implementation

@JsonKey(name:'playlistItems')
List<DestinyActivityPlaylistItemDefinition>? playlistItems;