hardDeleting constant

MessageState const hardDeleting

Hard deleting state when the message is being hard deleted.

Implementation

static const hardDeleting = MessageState.outgoing(
  state: OutgoingState.deleting(hard: true),
);