facets property

  1. @JsonKey(name: r'facets')
List<String>? facets
final

Returns facets, their facet values, and the number of matching facet values.

Implementation

@JsonKey(name: r'facets')
final List<String>? facets;