images property

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

A list of images to preview the seasonal content. Should have at least three to show.

Implementation

@JsonKey(name:'images')
List<DestinySeasonPreviewImageDefinition>? images;