dateOfExpiry property

String? get dateOfExpiry

The document's date of expiry (yyMMdd)

Implementation

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