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