items property

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

The items in this inventory. If you care to bucket them, use the item's bucketHash property to group them.

Implementation

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