GetRegexPatternSetResponse constructor

GetRegexPatternSetResponse({
  1. String? lockToken,
  2. RegexPatternSet? regexPatternSet,
})

Implementation

GetRegexPatternSetResponse({
  this.lockToken,
  this.regexPatternSet,
});