ControlSequence constructor

ControlSequence(
  1. int command,
  2. List<int> values
)

Creates a new control sequence with the given command and values.

Implementation

ControlSequence(this.command, this.values);