energyType property

  1. @JsonKey(name: 'energyType', fromJson: decodeDestinyEnergyType, toJson: encodeDestinyEnergyType)
DestinyEnergyType? energyType
getter/setter pair

This is the enum version of the Energy Type value, for convenience.

Implementation

@JsonKey(name:'energyType',fromJson:decodeDestinyEnergyType,toJson:encodeDestinyEnergyType)
DestinyEnergyType? energyType;