expired property
Checks whether the document has expired or not by comparing the current time on the device with the date of expiry.
@return true if the document has expired, false in following cases: document does not expire (date of expiry is permanent) date of expiry has passed date of expiry is unknown and it is not permanent
Implementation
bool? expired;