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