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