unflushedBitsLength property

int get unflushedBitsLength

Returns the length of unflushed bits in the internal bit buffer. See hasUnflushedBits.

Implementation

int get unflushedBitsLength => _bitsBufferLength;