isExpired property

bool get isExpired

Check if this subtitle has expired

Implementation

bool get isExpired => DateTime.now().isAfter(expiresAt);