DeviceGeneralSwitchStatus.fromJson constructor

DeviceGeneralSwitchStatus.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory DeviceGeneralSwitchStatus.fromJson(Map<String, dynamic> json) =>
    _$DeviceGeneralSwitchStatusFromJson(json);