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