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