StringRule constructor

StringRule(
  1. String attribute
)

Implementation

StringRule(String attribute)
    : super(
          signature: "string",
          description: "The $attribute is not valid",
          textFieldMessage: "This value is not valid");