SearchQueryWithInfo class
Класс с дополнительной информацией о поисковом запросе для вывода в UI-элементах.
- Implemented types
Constructors
- SearchQueryWithInfo.new(SearchQuery searchQuery, String title, String subtitle)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
-
rubrics
→ List<
RubricId> -
Возвращает список рубрик, по которым производится запрос.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchQuery → SearchQuery
-
Возвращает объект поискового запроса.
no setter
- subtitle → String
-
Возвращает текст подзаголовка. Например, это может быть текст из поля
subtitle объекта ISuggest.
no setter
- title → String
-
Возвращает текст заголовка, который описывает объекты поискового
запроса. Например, это может быть текст из поля title объекта
ISuggest.
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