facets property

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

Facet counts.

Implementation

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