countryOfBirth property
String?
get
countryOfBirth
The country of birth of the document holder
Implementation
String? get countryOfBirth => _map["countryOfBirth"] as String?;
The country of birth of the document holder
String? get countryOfBirth => _map["countryOfBirth"] as String?;