Sequence diagram message data.
@type t() :: %Boxart.Render.Sequence.Message{ arrow_type: :arrow | :open | :cross | :async, from: String.t(), line_type: :solid | :dotted, text: String.t(), to: String.t() }