age property

int age
Age of the instance, incremented by 1 in every modification.

Implementation

int get age => _instanceAge;
void age=(int value)

Implementation

set age(int value) => _instanceAge = value;