dcoDecodeI64 function

BigInt dcoDecodeI64(
  1. dynamic raw
)

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

Implementation

BigInt dcoDecodeI64(dynamic raw) => jsBigIntToDartBigInt(raw);