position property
int
get
position
The current read position relative to the start of the buffer.
Implementation
int get position => offset - start;
The current read position relative to the start of the buffer.
int get position => offset - start;