dateOfBirth property
String?
get
dateOfBirth
The document's owner's date of birth (yyMMdd)
Implementation
String? get dateOfBirth => _map["dateOfBirth"] as String?;
The document's owner's date of birth (yyMMdd)
String? get dateOfBirth => _map["dateOfBirth"] as String?;