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