items property
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;
This is the list of all of the items for this category and the basic properties we'll know about them.
@JsonKey(name:'items')
List<DestinyDerivedItemDefinition>? items;