FacetResult constructor

FacetResult({
  1. List<FacetBucket>? buckets,
  2. String? objectType,
  3. String? operatorName,
  4. String? sourceName,
})

Implementation

FacetResult({
  this.buckets,
  this.objectType,
  this.operatorName,
  this.sourceName,
});