isEmpty property

bool get isEmpty

Check if empty

Implementation

bool get isEmpty => _heap.isEmpty;