SearchResponse constructor

SearchResponse({
  1. Map<String, BucketInfo>? facets,
  2. Hits? hits,
  3. Map<String, FieldStats>? stats,
  4. SearchStatus? status,
})

Implementation

SearchResponse({
  this.facets,
  this.hits,
  this.stats,
  this.status,
});