zipcodeUs method
Validate that the value is a valid zipcode for the US
Implementation
FormValidator zipcodeUs() {
_addRule("zipcode_us");
return this;
}
Validate that the value is a valid zipcode for the US
FormValidator zipcodeUs() {
_addRule("zipcode_us");
return this;
}