isExpired property
bool
get
isExpired
Whether this conversation has expired.
Implementation
bool get isExpired => expiresAt?.isBefore(DateTime.now()) ?? false;
Whether this conversation has expired.
bool get isExpired => expiresAt?.isBefore(DateTime.now()) ?? false;