sack property

  1. @JsonKey(name: 'sack')
DestinyItemSackBlockDefinition? sack
getter/setter pair

If this item is a "reward sack" that can be opened to provide other items, this will be non-null and the properties of the sack contained herein.

Implementation

@JsonKey(name:'sack')
DestinyItemSackBlockDefinition? sack;