ValidationRuleRegularExpression constructor
ValidationRuleRegularExpression(
- ValidationType validationType,
- String messageId,
- String regex
Implementation
ValidationRuleRegularExpression(
super.validationType, super.messageId, this.regex);