RegexPatternSetUpdate constructor

RegexPatternSetUpdate({
  1. required ChangeAction action,
  2. required String regexPatternString,
})

Implementation

RegexPatternSetUpdate({
  required this.action,
  required this.regexPatternString,
});