hasResult property

bool hasResult

Indicates whether the text search context is alive for searching

Implementation

bool get hasResult {
  return _hasResult;
}