dco_decode_ldd_alignment method

  1. @protected
LddAlignment dco_decode_ldd_alignment(
  1. dynamic raw
)
override

Implementation

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