energy property

  1. @JsonKey(name: 'energy')
DestinyItemInstanceEnergy? energy
getter/setter pair

IF populated, this item supports Energy mechanics (i.e. Armor 2.0), and these are the current details of its energy type and available capacity to spend energy points.

Implementation

@JsonKey(name:'energy')
DestinyItemInstanceEnergy? energy;