dateAgeIsOlder method
Validate that the date is older than age
Implementation
FormValidator dateAgeIsOlder(int age) {
_addRule("date_age_is_older:$age");
return this;
}
Validate that the date is older than age
FormValidator dateAgeIsOlder(int age) {
_addRule("date_age_is_older:$age");
return this;
}