dco_decode_ldd_alignment method
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];
}
@protected
LddAlignment dco_decode_ldd_alignment(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return LddAlignment.values[raw as int];
}