CoreDevice constructor
CoreDevice({
- String? coreDeviceThingName,
- DateTime? lastStatusUpdateTimestamp,
- CoreDeviceStatus? status,
Implementation
CoreDevice({
this.coreDeviceThingName,
this.lastStatusUpdateTimestamp,
this.status,
});