getAge method

int? getAge()

Get the age of the user.

Implementation

int? getAge() => _age;