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