RegexValidation constructor

RegexValidation({
  1. List<String>? regexes,
})

Implementation

RegexValidation({
  this.regexes,
});