isFilled property

bool isFilled

The CircularBuffer isFilled if the length is equal to the capacity.

Implementation

bool get isFilled => _buf.length == capacity;