placeOfBirth property
String?
get
placeOfBirth
Birthplace of the document holder
Implementation
String? get placeOfBirth => _map["placeOfBirth"] as String?;
Birthplace of the document holder
String? get placeOfBirth => _map["placeOfBirth"] as String?;