dateOfIssue property
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?;
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.
String? get dateOfIssue => _map["dateOfIssue"] as String?;