isNotEmpty property
bool
get
isNotEmpty
Whether any filter or query constraint is active.
Implementation
bool get isNotEmpty => !isEmpty;
Whether any filter or query constraint is active.
bool get isNotEmpty => !isEmpty;