isExpired property

bool get isExpired

Implementation

bool get isExpired => expirationDateTime?.isBefore(DateTime.now()) ?? true;