softDeleting constant

MessageState const softDeleting

Deleting state when the message is being soft deleted.

Implementation

static const softDeleting = MessageState.outgoing(
  state: OutgoingState.deleting(),
);