EwelinkDevice constructor

EwelinkDevice(
  1. bool online,
  2. String deviceid,
  3. String name,
  4. String type,
  5. EwelinkDeviceParams params,
  6. EwelinkDeviceTags? tags,
)

Implementation

EwelinkDevice(
  this.online,
  this.deviceid,
  this.name,
  this.type,
  this.params,
  this.tags,
);