filters property

  1. @JsonKey(name: r'filters')
String? filters
final

Filters that trigger the rule. You can add add filters using the syntax facet:value so that the rule is triggered, when the specific filter is selected. You can use filters on its own or combine it with the pattern parameter.

Implementation

@JsonKey(name: r'filters')
final String? filters;