GetRegexMatchSetResponse constructor

GetRegexMatchSetResponse({
  1. RegexMatchSet? regexMatchSet,
})

Implementation

GetRegexMatchSetResponse({
  this.regexMatchSet,
});