dco_decode_ldd_charset method

  1. @protected
LddCharset dco_decode_ldd_charset(
  1. dynamic raw
)
override

Implementation

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