dcoDecodeI64 function

int dcoDecodeI64(
  1. dynamic raw
)

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

Implementation

int dcoDecodeI64(dynamic raw) => raw as int;