hasExpired property

bool hasExpired

Returns true if cashed is expired

Implementation

bool get hasExpired => expiresIn == 0;