isEmpty property

bool isEmpty
override

Returns true if this selection is empty.

Implementation

bool get isEmpty => _tree.isEmpty;