LowerCaseRule constructor

LowerCaseRule(
  1. String attribute
)

Implementation

LowerCaseRule(String attribute)
    : super(
          signature: "lowercase",
          description: "The $attribute field is not lowercase",
          textFieldMessage: "Must be lowercase");