dco_decode_target_protocol method

  1. @protected
TargetProtocol dco_decode_target_protocol(
  1. dynamic raw
)
override

Implementation

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