offsetInBytes property
int
get
offsetInBytes
The offset in bytes (the current position).
Implementation
int get offsetInBytes => _queueTotalLength - remainingLength;
The offset in bytes (the current position).
int get offsetInBytes => _queueTotalLength - remainingLength;