position property

  1. @override
int position
override

The current read/write cursor position in the bytes buffer.

Implementation

@override
int get position => _position;