itemList property

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

The list of hashes for items in the gearset. Use them to look up DestinyInventoryItemDefinition entries for the items in the set.

Implementation

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