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