isNotEmpty property
bool
get
isNotEmpty
Returns true if selection is not empty.
Implementation
bool get isNotEmpty => !isEmpty;
Returns true if selection is not empty.
bool get isNotEmpty => !isEmpty;