hasBufferedBytes property
bool
get
hasBufferedBytes
Check if there are buffered bytes waiting for completion.
Implementation
bool get hasBufferedBytes => _buffer.isNotEmpty;
Check if there are buffered bytes waiting for completion.
bool get hasBufferedBytes => _buffer.isNotEmpty;