DateAgeIsYoungerRule constructor

DateAgeIsYoungerRule(
  1. String attribute
)

Implementation

DateAgeIsYoungerRule(String attribute)
    : super(signature: "date_age_is_younger", attribute: attribute);