age property

int get age

Calculates age from this date (birthdate) to now

Implementation

int get age => DateCalculations.calculateAge(this);