XssMatchSet constructor

XssMatchSet({
  1. required String xssMatchSetId,
  2. required List<XssMatchTuple> xssMatchTuples,
  3. String? name,
})

Implementation

XssMatchSet({
  required this.xssMatchSetId,
  required this.xssMatchTuples,
  this.name,
});