interpretedNationality property

String? get interpretedNationality

A natural-language version of the document holders nationality. Note that this is not necessarily the same as the country that issued the document.

Implementation

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