cumulativeActiveElectricEnergy property

  1. @JsonKey(fromJson: activeElectricEnergyFromJson, toJson: activeElectricEnergyToJson)
ActiveElectricEnergy? cumulativeActiveElectricEnergy
final

Implementation

@JsonKey(
    fromJson: activeElectricEnergyFromJson,
    toJson: activeElectricEnergyToJson)
final ActiveElectricEnergy? cumulativeActiveElectricEnergy;