hasTestSearchFor property

bool hasTestSearchFor

Implementation

bool get hasTestSearchFor {
  return (testSearchFor != null && testSearchFor!.isNotEmpty);
}