age property
int
get
age
Calculates age from this date (birthdate) to now
Implementation
int get age => DateCalculations.calculateAge(this);
Calculates age from this date (birthdate) to now
int get age => DateCalculations.calculateAge(this);