empty property

bool get empty

Returns true if the priority queue is empty.

Implementation

bool get empty => _heap.isEmpty;