equippingBlock property

  1. @JsonKey(name: 'equippingBlock')
DestinyEquippingBlockDefinition? equippingBlock
getter/setter pair

If this item can be equipped, this block will be non-null and will be populated with the conditions under which it can be equipped.

Implementation

@JsonKey(name:'equippingBlock')
DestinyEquippingBlockDefinition? equippingBlock;