SqlInjectionMatchSetSummary constructor

SqlInjectionMatchSetSummary({
  1. required String name,
  2. required String sqlInjectionMatchSetId,
})

Implementation

SqlInjectionMatchSetSummary({
  required this.name,
  required this.sqlInjectionMatchSetId,
});