HardwareEvent constructor
HardwareEvent({})
Constructs a HardwareEvent.
Implementation
HardwareEvent({
required this.module,
required this.type,
required this.data,
required this.timestamp,
});
Constructs a HardwareEvent.
HardwareEvent({
required this.module,
required this.type,
required this.data,
required this.timestamp,
});