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