isExpired property

bool get isExpired

Implementation

bool get isExpired => DateTime.now().isAfter(insertedAt.add(maxAge));