last property

int get last

Get the last byte in the tracked bytes.

Implementation

int get last => _buffer.last;