offsetInBytes property

int get offsetInBytes

The offset in bytes (the current position).

Implementation

int get offsetInBytes => _queueTotalLength - remainingLength;