dco_decode_u_64 method
Implementation
@protected
BigInt dco_decode_u_64(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dcoDecodeU64(raw);
}@protected
BigInt dco_decode_u_64(dynamic raw) {
  // Codec=Dco (DartCObject based), see doc to use other codecs
  return dcoDecodeU64(raw);
}