dco_decode_dart_barcode_font method

  1. @protected
DartBarcodeFont dco_decode_dart_barcode_font(
  1. dynamic raw
)
override

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];
}