interpretedIssuingCountry property
String?
get
interpretedIssuingCountry
Issuing country of the document formatted for display purposes.
Implementation
String? get interpretedIssuingCountry =>
_map["interpretedIssuingCountry"] as String?;