CoreDevice constructor

CoreDevice({
  1. String? coreDeviceThingName,
  2. DateTime? lastStatusUpdateTimestamp,
  3. CoreDeviceStatus? status,
})

Implementation

CoreDevice({
  this.coreDeviceThingName,
  this.lastStatusUpdateTimestamp,
  this.status,
});