activeElectricEnergyLog property

  1. @JsonKey(fromJson: activeElectricEnergyLogFromJson, toJson: activeElectricEnergyLogToJson)
ActiveElectricEnergyLog? activeElectricEnergyLog
final

Implementation

@JsonKey(
    fromJson: activeElectricEnergyLogFromJson,
    toJson: activeElectricEnergyLogToJson)
final ActiveElectricEnergyLog? activeElectricEnergyLog;