interpretedDateOfIssuance property

String? get interpretedDateOfIssuance

Interpreted date of issuance in format 'yyyyMMdd'

Implementation

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