GetSqlInjectionMatchSetResponse constructor

GetSqlInjectionMatchSetResponse({
  1. SqlInjectionMatchSet? sqlInjectionMatchSet,
})

Implementation

GetSqlInjectionMatchSetResponse({
  this.sqlInjectionMatchSet,
});