canEdit property

bool get canEdit

Whether this message can be edited.

Implementation

bool get canEdit => !isDeleted && isSent && !isEdited;