EmailRule constructor
EmailRule(
- String attribute
Implementation
EmailRule(String attribute)
: super(
attribute: attribute,
signature: "email",
description: "The $attribute field is not a valid");