isSet property

bool isSet
override

Implementation

bool get isSet {
  return searchText != null && searchText!.isNotEmpty;
}