RegexMatchTuple constructor
RegexMatchTuple({
- required FieldToMatch fieldToMatch,
- required String regexPatternSetId,
- required TextTransformation textTransformation,
Implementation
RegexMatchTuple({
required this.fieldToMatch,
required this.regexPatternSetId,
required this.textTransformation,
});