unflushedBitsLength property

int unflushedBitsLength

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

Implementation

int get unflushedBitsLength => _bitsBufferLength;