dateAgeIsYounger method
Validate that the date is younger than age
Implementation
FormValidator dateAgeIsYounger(int age) {
_addRule("date_age_is_younger:$age");
return this;
}
Validate that the date is younger than age
FormValidator dateAgeIsYounger(int age) {
_addRule("date_age_is_younger:$age");
return this;
}