RegexValidator constructor
Creates a RegexValidator with the specified pattern.
Implementation
const RegexValidator(this.pattern, {this.message});
Creates a RegexValidator with the specified pattern.
const RegexValidator(this.pattern, {this.message});