regexPatterns property

Iterable<String>? regexPatterns

Regular expression patterns which will be matched against content. The associated trigger type is TriggerTypes.keyword.

Implementation

Iterable<String>? get regexPatterns;