RegexMatchSetSummary constructor

RegexMatchSetSummary({
  1. required String name,
  2. required String regexMatchSetId,
})

Implementation

RegexMatchSetSummary({
  required this.name,
  required this.regexMatchSetId,
});