Hits class
The collection of documents that match the search request.
Constructors
Properties
- cursor → String?
-
A cursor that can be used to retrieve the next set of matching documents
when you want to page through a large result set.
final
- found → int?
-
The total number of documents that match the search request.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
hit
→ List<
Hit> ? -
A document that matches the search request.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → int?
-
The index of the first matching document.
final
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