canReply property

bool get canReply

Whether this message can be replied to.

Implementation

bool get canReply => !isDeleted && isSent;