menu
zebra_printer_cpcl package
documentation
zebra_printer.dart
PrinterConnectionState
toBool method
toBool method
dark_mode
light_mode
toBool
method
bool
toBool
(
)
Converts enum value to boolean
Implementation
bool toBool() { return this == PrinterConnectionState.connected; }
zebra_printer_cpcl package
documentation
zebra_printer
PrinterConnectionState
toBool method
PrinterConnectionState enum