electricEnergyListDuplexToJson function

Map<String, dynamic>? electricEnergyListDuplexToJson(
  1. ElectricEnergyListDuplex? eed
)

Implementation

Map<String, dynamic>? electricEnergyListDuplexToJson(
        ElectricEnergyListDuplex? eed) =>
    eed?.toJson();