dateOfBirth property

DateTime? get dateOfBirth

Implementation

DateTime? get dateOfBirth => _$this._dateOfBirth;
set dateOfBirth (DateTime? dateOfBirth)

Implementation

set dateOfBirth(DateTime? dateOfBirth) => _$this._dateOfBirth = dateOfBirth;