canReply property
bool
get
canReply
Whether this message can be replied to.
Implementation
bool get canReply => !isDeleted && isSent;
Whether this message can be replied to.
bool get canReply => !isDeleted && isSent;