SearchResult class
Constructors
- SearchResult(Kuzzle kuzzle, {KuzzleRequest? request, KuzzleResponse? response})
Properties
-
aggregations
↔ Map<
String, dynamic> ? -
getter/setter pair
- controller ↔ String?
-
getter/setter pair
- fetched ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hits ↔ List?
-
getter/setter pair
- kuzzle ↔ Kuzzle
-
getter/setter pair
- lang ↔ String?
-
getter/setter pair
- request ↔ KuzzleRequest?
-
getter/setter pair
- response ↔ KuzzleResponse?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollAction ↔ String?
-
getter/setter pair
- searchAction ↔ String?
-
getter/setter pair
- total ↔ int?
-
getter/setter pair
Methods
-
buildNextSearchResult(
KuzzleResponse? response) → SearchResult -
next(
) → Future< SearchResult?> -
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