characterEquipment property

  1. @JsonKey(name: 'characterEquipment')
DictionaryComponentResponseOfint64AndDestinyInventoryComponent? characterEquipment
getter/setter pair

The character's equipped items, keyed by the Character's Id. COMPONENT TYPE: CharacterEquipment

Implementation

@JsonKey(name:'characterEquipment')
DictionaryComponentResponseOfint64AndDestinyInventoryComponent? characterEquipment;