dco_decode_ldd_printer_state method

  1. @protected
LddPrinterState dco_decode_ldd_printer_state(
  1. dynamic raw
)
override

Implementation

@protected
LddPrinterState dco_decode_ldd_printer_state(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return LddPrinterState.values[raw as int];
}