peekByte method

int peekByte()

Peeks a byte from the buffer

Implementation

int peekByte() => buffer![_position];