remainingLength property

int remainingLength

The number of bytes available to read.

Implementation

int get remainingLength => _queueCurrentLength - _offset;