placeOfBirth property

List<String>? get placeOfBirth

The place of birth of the document holder.

Implementation

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