electricEnergyListDuplexFromJson function

ElectricEnergyListDuplex? electricEnergyListDuplexFromJson(
  1. Map<String, dynamic>? json
)

Implementation

ElectricEnergyListDuplex? electricEnergyListDuplexFromJson(
        Map<String, dynamic>? json) =>
    ElectricEnergyListDuplex.fromJson(json);