dateOfBirth property

String get dateOfBirth

Date of birth in YYMMDD format.

Implementation

String get dateOfBirth => _map["dateOfBirth"] as String;