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