isEmpty property

bool get isEmpty

Whether this treap is empty.

Implementation

bool get isEmpty => _root == null;