MessageState.outgoing constructor

const MessageState.outgoing({
  1. required OutgoingState state,
})

Outgoing state when the message is being sent, updated, or deleted.

Implementation

const factory MessageState.outgoing({
  required OutgoingState state,
}) = MessageOutgoing;