RegexValidator constructor

RegexValidator(
  1. Map<String, RegExp> countryPatterns
)

Implementation

RegexValidator(this.countryPatterns);