bytesRemaining property

int get bytesRemaining

Number of bytes remaining in queue.

Implementation

int get bytesRemaining => _byteQueue.length;