items property
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;
The items in this inventory. If you care to bucket them, use the item's bucketHash property to group them.
@JsonKey(name:'items')
List<DestinyItemComponent>? items;