dco_decode_check_strategy method

  1. @protected
CheckStrategy dco_decode_check_strategy(
  1. dynamic raw
)
override

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];
}