isSearchCompleted property
bool
get
isSearchCompleted
Indicates whether the text search is completed or not.
Implementation
bool get isSearchCompleted {
return _isSearchCompleted;
}
Indicates whether the text search is completed or not.
bool get isSearchCompleted {
return _isSearchCompleted;
}