facets property

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

Mapping of each facet name to the corresponding facet counts.

Implementation

@JsonKey(name: r'facets')
final Map<String, Map<String, int>>? facets;