dco_decode_list_prim_u_64_strict method

  1. @protected
Uint64List dco_decode_list_prim_u_64_strict(
  1. dynamic raw
)

Implementation

@protected
Uint64List dco_decode_list_prim_u_64_strict(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dcoDecodeUint64List(raw);
}