PostCodeUkRule constructor

PostCodeUkRule(
  1. String attribute
)

Implementation

PostCodeUkRule(String attribute)
    : super(
          attribute: attribute,
          signature: "postcode_uk",
          description: "The $attribute field is not a valid post code",
          textFieldMessage: "This value must be a valid post code");