items property

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

This is the list of all of the items for this category and the basic properties we'll know about them.

Implementation

@JsonKey(name:'items')
List<DestinyDerivedItemDefinition>? items;