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