RegexPatternSet constructor

RegexPatternSet({
  1. String? arn,
  2. String? description,
  3. String? id,
  4. String? name,
  5. List<Regex>? regularExpressionList,
})

Implementation

RegexPatternSet({
  this.arn,
  this.description,
  this.id,
  this.name,
  this.regularExpressionList,
});