issuingAuthority property

String? get issuingAuthority

The authority that issued the document

Implementation

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