issuingCountry property
String?
get
issuingCountry
Three letter (ISO 3166-1 alpha-3) code indicating the country that issued the document.
Implementation
String? get issuingCountry => _map["issuingCountry"] as String?;