dco_decode_ldd_printer_state method
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];
}
@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];
}