age property

int? age

Implementation

int? get age => _$this._age;
void age=(int? age)

Implementation

set age(int? age) => _$this._age = age;