hasBufferedBytes property

bool get hasBufferedBytes

Check if there are buffered bytes waiting for completion.

Implementation

bool get hasBufferedBytes => _buffer.isNotEmpty;