nationality property

String? get nationality

The nationality of the document holder. Note that this is not necessarily the same as the country that issued the document.

Implementation

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