FacetResult constructor

FacetResult({
  1. String? documentAttributeKey,
  2. List<DocumentAttributeValueCountPair>? documentAttributeValueCountPairs,
  3. DocumentAttributeValueType? documentAttributeValueType,
})

Implementation

FacetResult({
  this.documentAttributeKey,
  this.documentAttributeValueCountPairs,
  this.documentAttributeValueType,
});