position property Null safety
The current read position relative to the start of the buffer.
Implementation
int get position;
Implementation
set position(int v);
The current read position relative to the start of the buffer.
int get position;
set position(int v);