QueryResult constructor
QueryResult({
- List<
FacetResult> ? facetResults, - String? queryId,
- List<
QueryResultItem> ? resultItems, - int? totalNumberOfResults,
Implementation
QueryResult({
this.facetResults,
this.queryId,
this.resultItems,
this.totalNumberOfResults,
});