isFull property

bool get isFull

Implementation

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