StringMatcher constructor
StringMatcher({
- String? contains,
- TypedExtensionConfig? custom,
- String? exact,
- bool? ignoreCase,
- String? prefix,
- RegexMatcher? safeRegex,
- String? suffix,
Implementation
StringMatcher({
this.contains,
this.custom,
this.exact,
this.ignoreCase,
this.prefix,
this.safeRegex,
this.suffix,
});