IncompleteTextHandler class
Предложено автодополнение для введенного пользователем текста.
- Implemented types
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- queryText → String
-
Нужно подставить в строку поиска этот текст и дать пользователю продолжить вводить запрос.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchQuery → SearchQuery
-
Сформированный запрос для поиска по query_text.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override