isFull property
bool
get
isFull
True when working memory is full.
Implementation
bool get isFull => _queue.length >= capacity;
True when working memory is full.
bool get isFull => _queue.length >= capacity;