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