RegexRule constructor

RegexRule(
  1. String attribute
)

Implementation

RegexRule(String attribute)
    : super(
          signature: "regex",
          description: "The $attribute field is not valid",
          textFieldMessage: "This value is not valid");