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