Whether the list has reached its maximum capacity.
When isFull is true, adding new elements will remove the oldest ones.
bool get isFull => length == capacity;