dcoDecodeI64OrU64 function

int dcoDecodeI64OrU64(
  1. dynamic raw
)

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

Implementation

int dcoDecodeI64OrU64(dynamic raw) => castInt(raw);