XssMatchSet constructor
XssMatchSet({
- required String xssMatchSetId,
- required List<
XssMatchTuple> xssMatchTuples, - String? name,
Implementation
XssMatchSet({
required this.xssMatchSetId,
required this.xssMatchTuples,
this.name,
});