XssMatchSetUpdate constructor

XssMatchSetUpdate({
  1. required ChangeAction action,
  2. required XssMatchTuple xssMatchTuple,
})

Implementation

XssMatchSetUpdate({
  required this.action,
  required this.xssMatchTuple,
});