placeOfBirth property

String? get placeOfBirth

Birthplace of the document holder

Implementation

String? get placeOfBirth => _map["placeOfBirth"] as String?;