dco_decode_box_autoadd_mk_compile_options method
Implementation
@protected
MkCompileOptions dco_decode_box_autoadd_mk_compile_options(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return dco_decode_mk_compile_options(raw);
}