This is only intended to be used by automatically generated code, instead of developers.
BigInt dcoDecodeU64(Object? raw) => BigInt.from(raw as int).toUnsigned(64);