PostCodeUkRule constructor
PostCodeUkRule(
- String attribute
Implementation
PostCodeUkRule(String attribute)
: super(
attribute: attribute,
signature: "postcode_uk",
description: "The $attribute field is not a valid post code",
textFieldMessage: "Enter a valid post code");