isUnfilled property

bool isUnfilled

The CircularBuffer isUnfilled if the length is less than the capacity.

Implementation

bool get isUnfilled => _buf.length < capacity;