inventory property

  1. @JsonKey(name: 'inventory')
DestinyItemInventoryBlockDefinition? inventory
getter/setter pair

If this item can exist in an inventory, this block will be non-null. In practice, every item that currently exists has one of these blocks. But note that it is not necessarily guaranteed.

Implementation

@JsonKey(name:'inventory')
DestinyItemInventoryBlockDefinition? inventory;