calAge function

String calAge(
  1. String birthdate
)

Implementation

String calAge(String birthdate) => age(birthdate);