MessageOutgoing constructor

const MessageOutgoing({
  1. required OutgoingState state,
})

Implementation

const factory MessageOutgoing({required final OutgoingState state}) =
    _$MessageOutgoing;