hasUnflushedBits property

bool hasUnflushedBits

Returns true if there are any remaining bits that haven't been written to the bytesBuffer.

Implementation

bool get hasUnflushedBits => _bitsBufferLength > 0;