RegexMatchTuple constructor

RegexMatchTuple({
  1. required FieldToMatch fieldToMatch,
  2. required String regexPatternSetId,
  3. required TextTransformation textTransformation,
})

Implementation

RegexMatchTuple({
  required this.fieldToMatch,
  required this.regexPatternSetId,
  required this.textTransformation,
});