SearchHistoryItem class final
Тип данных для элемента поиска, сохраненного в истории поиска: может быть объект или поисковый запрос.
Constructors
Properties
- asDirectoryObject → DirectoryObject?
-
no setter
- asSearchQuery → SearchQueryWithInfo?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- isDirectoryObject → bool
-
no setter
- isSearchQuery → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
match<
T> ({required T directoryObject(DirectoryObject value), required T searchQuery(SearchQueryWithInfo value)}) → T -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override