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