RegexPatternSetReferenceStatement constructor
RegexPatternSetReferenceStatement({
- required String arn,
- required FieldToMatch fieldToMatch,
- required List<
TextTransformation> textTransformations,
Implementation
RegexPatternSetReferenceStatement({
required this.arn,
required this.fieldToMatch,
required this.textTransformations,
});