position property

  1. @override
int get position
override

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

Implementation

@override
int get position => _position;