SearchQuery class

Constructors

SearchQuery({String? query, String? url, String? title})
SearchQuery.fromJS(SearchQuery _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
query String?
A string of words and quoted phrases that are matched against bookmark URLs and titles.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
The title of the bookmark; matches verbatim.
getter/setter pair
toJS → SearchQuery
no setter
url String?
The URL of the bookmark; matches verbatim. Note that folders have no URL.
getter/setter pair

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.
inherited