issuingCountry property

String? get issuingCountry
override

Three letter (ISO 3166-1 alpha-3) code indicating the country that issued the document.

Implementation

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