rulesMatch property
Rules matching exhaustivity. The value is false
if rules were enable for this query, and could not be fully processed due a timeout. This is generally caused by the number of alternatives (such as typos) which is too large.
Implementation
@JsonKey(name: r'rulesMatch')
final bool? rulesMatch;