menu
printer_label package
documentation
models/usb_connection_event.dart
UsbConnectionEvent
UsbConnectionEvent.new const constructor
UsbConnectionEvent.new const constructor
dark_mode
light_mode
UsbConnectionEvent
constructor
const
UsbConnectionEvent
(
{
required
String
deviceId
,
required
bool
connected
,
})
Implementation
const UsbConnectionEvent({required this.deviceId, required this.connected});
printer_label package
documentation
models/usb_connection_event
UsbConnectionEvent
UsbConnectionEvent.new const constructor
UsbConnectionEvent class