age property

int? get age

Implementation

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

Implementation

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