dcoDecodeU64 function

BigInt dcoDecodeU64(
  1. int raw
)

This is only intended to be used by automatically generated code, instead of developers.

Implementation

BigInt dcoDecodeU64(int raw) => BigInt.from(raw).toUnsigned(64);