uppercase method
Validate that the value is uppercase
Implementation
FormValidator uppercase() {
_addRule("uppercase");
return this;
}
Validate that the value is uppercase
FormValidator uppercase() {
_addRule("uppercase");
return this;
}