int64 top-level constant
IntegerType
const int64
A BinaryType for ints encoded as two's complement 64-bit integers.
Implementation
const int64 = IntegerType(Int64List.bytesPerElement, _getInt64, _setInt64);