RegexValidator constructor

const RegexValidator(
  1. RegExp pattern, {
  2. String? message,
})

Implementation

const RegexValidator(this.pattern, {this.message});