position property
int
get
position
The current read/write cursor position in the bytes buffer.
Implementation
int get position => bytesIO.position;
The current read/write cursor position in the bytes buffer.
int get position => bytesIO.position;