dateOfBirth property
Date of birth of the document holder. The format of this String is YYMMDD. This date is in the same format as the MRZ (Machine Readable Zone) on the document.
Implementation
String? get dateOfBirth => _map["dateOfBirth"] as String?;