isEmpty property
bool
get
isEmpty
Whether the buffer contains zero breadcrumbs.
Implementation
bool get isEmpty => _queue.isEmpty;
Whether the buffer contains zero breadcrumbs.
bool get isEmpty => _queue.isEmpty;