UpperCaseRule constructor

UpperCaseRule(
  1. String attribute
)

Implementation

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