offset property

int get offset

The number of bytes that have been written to the buffer so far. The most recently written byte is this many bytes from the end of the buffer.

Implementation

int get offset => _tail;