itemList property

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

A collection of hashes of set items, for items such as Quest Metadata items that possess this data.

Implementation

@JsonKey(name:'itemList')
List<DestinyItemSetBlockEntryDefinition>? itemList;