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