hardDeletingFailed constant

MessageState const hardDeletingFailed

Hard deleting failed state when the message fails to be hard deleted.

Implementation

static const hardDeletingFailed = MessageState.failed(
  state: FailedState.deletingFailed(hard: true),
);