energyCost property

  1. @JsonKey(name: 'energyCost')
DestinyEnergyCostEntry? energyCost
getter/setter pair

IF not null, this plug has an energy cost. This contains the details of that cost.

Implementation

@JsonKey(name:'energyCost')
DestinyEnergyCostEntry? energyCost;