SequenceMsg constructor

const SequenceMsg(
  1. List<Cmd> commands
)

Creates a sequence message.

Implementation

const SequenceMsg(this.commands);