countryOfBirth property

String? get countryOfBirth

The country of birth of the document holder

Implementation

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