dco_decode_ldd_charset method
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];
}
@protected
LddCharset dco_decode_ldd_charset(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return LddCharset.values[raw as int];
}