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