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