ZipCodeUsRule constructor

ZipCodeUsRule(
  1. String attribute
)

Implementation

ZipCodeUsRule(String attribute)
    : super(
          attribute: attribute,
          signature: "zipcode_us",
          description: "The $attribute field is not a valid zip code",
          textFieldMessage: "Enter a valid zip code");