DeviceEvent constructor

DeviceEvent({
  1. Device? device,
  2. String? stdEvent,
})

Implementation

DeviceEvent({
  this.device,
  this.stdEvent,
});