DateInPastRule constructor
DateInPastRule(
- String attribute
Implementation
DateInPastRule(String attribute)
: super(
signature: "date_in_past",
description: "The $attribute field must be in the past",
textFieldMessage: "Must not be in the future");