dco_decode_list_prim_u_64_strict method
- 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);
}
@protected
Uint64List dco_decode_list_prim_u_64_strict(dynamic raw) {
// Codec=Dco (DartCObject based), see doc to use other codecs
return dcoDecodeUint64List(raw);
}