updating constant

MessageState const updating

Updating state when the message is being updated.

Implementation

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