int8 property

int int8

Returns a single byte, read from the buffer.

Implementation

int get int8 => _byteData.getInt8(_readPos++);