DeviceGeneralSwitchStatus constructor

DeviceGeneralSwitchStatus({
  1. required String subSerial,
  2. required int type,
  3. required int enable,
})

Implementation

DeviceGeneralSwitchStatus({
  required this.subSerial,
  required this.type,
  required this.enable,
});