isFull property

bool get isFull

Returns true if the queue is full.

Implementation

bool get isFull => _queue.length >= maxSize;