DateInFutureRule constructor

DateInFutureRule(
  1. 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");