facetFilters property

  1. @JsonKey.new(name: r'facetFilters')
Iterable? facetFilters
final

Facet filters automatically applied to the query. One of types:

Implementation

@JsonKey(name: r'facetFilters')
final Iterable<dynamic>? facetFilters;