reactiveElectricEnergyFromJson function

ReactiveElectricEnergy? reactiveElectricEnergyFromJson(
  1. Map<String, dynamic>? json
)

Implementation

ReactiveElectricEnergy? reactiveElectricEnergyFromJson(
        Map<String, dynamic>? json) =>
    ReactiveElectricEnergy.fromJson(json);