ZipCodeUsRule constructor
ZipCodeUsRule(
- 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");