enableAutoFiltering property

  1. @JsonKey.new(name: r'enableAutoFiltering')
bool? enableAutoFiltering
final

Whether to automatically apply category-based filters and boosts to search results.

Implementation

@JsonKey(name: r'enableAutoFiltering')
final bool? enableAutoFiltering;