RegexPatternSetReferenceStatement constructor

RegexPatternSetReferenceStatement({
  1. required String arn,
  2. required FieldToMatch fieldToMatch,
  3. required List<TextTransformation> textTransformations,
})

Implementation

RegexPatternSetReferenceStatement({
  required this.arn,
  required this.fieldToMatch,
  required this.textTransformations,
});