AlgoliaQuerySnapshot class

Constructors

AlgoliaQuerySnapshot({List<AlgoliaObjectSnapshot>? hits, bool? empty, int? nbHits, int? page, int? nbPages, int? hitsPerPage, int? processingTimeMS, bool? exhaustiveNbHits, String? params, String? query})
AlgoliaQuerySnapshot.fromMap(dynamic algolia, dynamic index, Map<String, dynamic> map)

Properties

algolia Algolia?
getter/setter pair
empty bool?
getter/setter pair
exhaustiveNbHits bool?
getter/setter pair
facets Map<String, dynamic>?
getter/setter pair
facetsStats Map<String, dynamic>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hits List<AlgoliaObjectSnapshot>?
getter/setter pair
hitsPerPage int?
getter/setter pair
index String?
getter/setter pair
nbHits int?
getter/setter pair
nbPages int?
getter/setter pair
page int?
getter/setter pair
params String?
getter/setter pair
processingTimeMS int?
getter/setter pair
query String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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