RegexPatternSetUpdate constructor
RegexPatternSetUpdate({
- required ChangeAction action,
- required String regexPatternString,
Implementation
RegexPatternSetUpdate({
required this.action,
required this.regexPatternString,
});