ValidationRuleRegularExpression constructor

ValidationRuleRegularExpression(
  1. ValidationType validationType,
  2. String messageId,
  3. String regex
)

Implementation

ValidationRuleRegularExpression(
    super.validationType, super.messageId, this.regex);