isNotEmpty property
bool
get
isNotEmpty
Implementation
bool get isNotEmpty {
return hasGeneralSearchTerm ||
hasTestFilterTerm ||
hasTestSearchFor ||
hasGroupFilterTerm ||
hasGroupSearchFor ||
hasTestRunnerFilterTerm ||
hasTestRunnerSearchFor;
}