FacetResult constructor
FacetResult({
- String? documentAttributeKey,
- List<
DocumentAttributeValueCountPair> ? documentAttributeValueCountPairs, - DocumentAttributeValueType? documentAttributeValueType,
Implementation
FacetResult({
this.documentAttributeKey,
this.documentAttributeValueCountPairs,
this.documentAttributeValueType,
});