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