int8 top-level constant
IntegerType
const int8
A BinaryType for ints encoded as two's complement 8-bit integers.
Implementation
const int8 = IntegerType(Int8List.bytesPerElement, _getInt8, _setInt8);