isEmpty property

bool get isEmpty

Whether the selection is empty.

Implementation

bool get isEmpty => x.isEmpty && y.isEmpty;