FacetResult constructor
FacetResult({
- List<
FacetBucket> ? buckets, - String? objectType,
- String? operatorName,
- String? sourceName,
Implementation
FacetResult({
this.buckets,
this.objectType,
this.operatorName,
this.sourceName,
});