isExpired property

bool get isExpired

Check if the cache entry has expired

Implementation

bool get isExpired => !isValid;