isEmpty property

bool get isEmpty

Whether the buffer contains zero breadcrumbs.

Implementation

bool get isEmpty => _queue.isEmpty;