SearchForFacetValuesResponse constructor
const
SearchForFacetValuesResponse({})
Returns a new SearchForFacetValuesResponse instance.
Implementation
const SearchForFacetValuesResponse({
required this.facetHits,
required this.exhaustiveFacetsCount,
this.processingTimeMS,
});