isEmpty property

bool isEmpty

Return true if the tree is empty

Implementation

bool get isEmpty => _size == 0;