DateInPastRule constructor

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