DeviceEvent constructor
DeviceEvent({
- DateTime? timestamp,
- DeviceEventType? type,
- String? value,
Implementation
DeviceEvent({
this.timestamp,
this.type,
this.value,
});