isNotEmpty property

bool isNotEmpty

Implementation

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