isNotEmpty property

bool isNotEmpty
override

Returns true if this selection is not empty.

Implementation

bool get isNotEmpty => _tree.isNotEmpty;