SqlInjectionMatchSetUpdate constructor
SqlInjectionMatchSetUpdate({
- required ChangeAction action,
- required SqlInjectionMatchTuple sqlInjectionMatchTuple,
Implementation
SqlInjectionMatchSetUpdate({
required this.action,
required this.sqlInjectionMatchTuple,
});