itemComponents property
- @JsonKey.new(name: 'itemComponents')
getter/setter pair
The set of components belonging to the player's instanced items.
COMPONENT TYPE: See inside the DestinyItemComponentSet contract for component types.
Implementation
@JsonKey(name:'itemComponents')
DestinyItemComponentSetOfint64? itemComponents;