dco_decode_box_autoadd_ldd_command method

  1. @protected
LddCommand dco_decode_box_autoadd_ldd_command(
  1. dynamic raw
)
override

Implementation

@protected
LddCommand dco_decode_box_autoadd_ldd_command(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dco_decode_ldd_command(raw);
}