softDeleted constant

MessageState const softDeleted

Deleted state when the message has been successfully soft deleted.

Implementation

static const softDeleted = MessageState.completed(
  state: CompletedState.deleted(),
);