ruleContexts property

  1. @JsonKey(name: r'ruleContexts')
List<String>? ruleContexts
final

Assigns a rule context to the search query. Rule contexts are strings that you can use to trigger matching rules.

Implementation

@JsonKey(name: r'ruleContexts')
final List<String>? ruleContexts;