SqlInjectionMatchSetUpdate constructor

SqlInjectionMatchSetUpdate({
  1. required ChangeAction action,
  2. required SqlInjectionMatchTuple sqlInjectionMatchTuple,
})

Implementation

SqlInjectionMatchSetUpdate({
  required this.action,
  required this.sqlInjectionMatchTuple,
});