toAge method

int toAge()

Implementation

int toAge() {
  return yearsDiff(DateTime.now());
}