zipcodeUs method

FormValidator zipcodeUs()

Validate that the value is a valid zipcode for the US

Implementation

FormValidator zipcodeUs() {
  _addRule("zipcode_us");
  return this;
}