isEmpty property

bool get isEmpty

True when working memory is empty.

Implementation

bool get isEmpty => _queue.isEmpty;