uint64 top-level constant

IntegerType const uint64

A BinaryType for ints encoded as unsigned 64-bit integers.

Implementation

const uint64 = IntegerType(Uint64List.bytesPerElement, _getUint64, _setUint64);