GetRegexPatternSetResponse constructor

GetRegexPatternSetResponse({
  1. RegexPatternSet? regexPatternSet,
})

Implementation

GetRegexPatternSetResponse({
  this.regexPatternSet,
});