AlgoliaQuerySnapshot constructor

AlgoliaQuerySnapshot({
  1. List<AlgoliaObjectSnapshot>? hits,
  2. bool? empty,
  3. int? nbHits,
  4. int? page,
  5. int? nbPages,
  6. int? hitsPerPage,
  7. int? processingTimeMS,
  8. bool? exhaustiveNbHits,
  9. String? params,
  10. String? query,
})

Implementation

AlgoliaQuerySnapshot({
  this.hits,
  this.empty,
  this.nbHits,
  this.page,
  this.nbPages,
  this.hitsPerPage,
  this.processingTimeMS,
  this.exhaustiveNbHits,
  this.params,
  this.query,
});