dateOfIssue property
String?
get
dateOfIssue
Date of issue of the document. The format of this String is YYMMDD. This date is in the same format as the MRZ (Machine Readable Zone) on the document.
Implementation
String? get dateOfIssue => _map["dateOfIssue"] as String?;