Search class
Information about the search process that lead to the creation of this entry.
Constructors
- Search({String? mode})
- Creates an instance of Search.
- Search.fromJson(JsonObject _json)
- Creates an instance of Search from a JSON object.
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- json → JsonObject
-
Converts this Search instance to a JSON object.
no setter
- mode → String?
-
Why this entry is in the result set - whether it's included as a match
or because of an _include requirement, or to convey information or
warning information about the search process.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copy(
{String? mode}) → Search - Makes a deep copy of this Search instance.
-
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
Constants
-
fieldDefinitions
→ const List<
FieldDefinition< String> > - All field definitions for Search
-
modeField
→ const FieldDefinition<
String> - Field definition for mode