isExpired property

bool get isExpired

Whether this conversation has expired.

Implementation

bool get isExpired => expiresAt?.isBefore(DateTime.now()) ?? false;