itemList property
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;
A collection of hashes of set items, for items such as Quest Metadata items that possess this data.
@JsonKey(name:'itemList')
List<DestinyItemSetBlockEntryDefinition>? itemList;