hasResult property
bool
get
hasResult
Indicates whether the text search context is alive for searching
Implementation
bool get hasResult {
return _hasResult;
}
Indicates whether the text search context is alive for searching
bool get hasResult {
return _hasResult;
}