age property

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

Implementation

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

Implementation

set age(value) => _instanceAge = value;