XssMatchStatement constructor

XssMatchStatement({
  1. required FieldToMatch fieldToMatch,
  2. required List<TextTransformation> textTransformations,
})

Implementation

XssMatchStatement({
  required this.fieldToMatch,
  required this.textTransformations,
});