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