isDeleted property

bool isDeleted

Returns true if the message is in completed deleted state.

Implementation

bool get isDeleted => isSoftDeleted || isHardDeleted;