age property
int
get
age
Implementation
int get age {
return AgeCalculator.age(this, today: DateTime.now()).years;
}
int get age {
return AgeCalculator.age(this, today: DateTime.now()).years;
}