XssMatchTuple constructor

XssMatchTuple({
  1. required FieldToMatch fieldToMatch,
  2. required TextTransformation textTransformation,
})

Implementation

XssMatchTuple({
  required this.fieldToMatch,
  required this.textTransformation,
});