activeElectricEnergyFromJson function

ActiveElectricEnergy? activeElectricEnergyFromJson(
  1. Map<String, dynamic>? json
)

Implementation

ActiveElectricEnergy? activeElectricEnergyFromJson(
        Map<String, dynamic>? json) =>
    ActiveElectricEnergy.fromJson(json);