hasTestFilterTerm property

bool hasTestFilterTerm

Implementation

bool get hasTestFilterTerm {
  return (testFilterTerm != null && testFilterTerm!.isNotEmpty);
}