unpackInt8 method

int unpackInt8()

Implementation

int unpackInt8() {
  final byte = _d.getInt8(_offset);
  _offset++;
  return byte;
}