interpretedIssuingCountry property

String? get interpretedIssuingCountry
override

Issuing country of the document formatted for display purposes.

Implementation

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