EwelinkDeviceParams constructor

EwelinkDeviceParams({
  1. String? status,
  2. List<Map<String, dynamic>>? switches,
})

Implementation

EwelinkDeviceParams({
  this.status,
  this.switches,
});