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