ownerDateOfBirth property

String? get ownerDateOfBirth

Implementation

String? get ownerDateOfBirth => _$this._ownerDateOfBirth;
set ownerDateOfBirth (String? ownerDateOfBirth)

Implementation

set ownerDateOfBirth(String? ownerDateOfBirth) =>
    _$this._ownerDateOfBirth = ownerDateOfBirth;