dcoDecodeU64 function

BigInt dcoDecodeU64(
  1. Object? raw
)

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

Implementation

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