isEmpty property

bool isEmpty

Whether or not there are any messages that have been sent to this instance but have yet to be read.

Implementation

bool get isEmpty => _queue.isEmpty;