menu
archery package
documentation
archery/archery.dart
HeapPriorityQueue<E>
isEmpty property
isEmpty property
dark_mode
light_mode
isEmpty
property
@
override
bool
get
isEmpty
override
Whether the queue is empty.
Implementation
@override bool get isEmpty => _length == 0;
archery package
documentation
archery/archery
HeapPriorityQueue<E>
isEmpty property
HeapPriorityQueue class