dcoDecodeI64 function

int dcoDecodeI64(
  1. Object? raw
)

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

Implementation

int dcoDecodeI64(Object? raw) => raw as int;