URLRule constructor

URLRule(
  1. String attribute
)

Implementation

URLRule(String attribute)
    : super(
          signature: "url",
          description: "The $attribute is not a valid URL",
          textFieldMessage: "Enter a valid URL");