interpretedDateOfIssue property
Date of issue of the document. The format of this String is dd.MM.yyyy. Note that for ICAO type documents, this date is only present if the document contains a DG12 with this field. If it is not present the value is nil
.
Implementation
String? get interpretedDateOfIssue =>
_map["interpretedDateOfIssue"] as String?;