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