dateOfExpiry property

String? get dateOfExpiry
override

Date of expiry 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 dateOfExpiry => _map["dateOfExpiry"] as String?;