SetMacro constructor

const SetMacro(
  1. String name,
  2. List<TurtleCommand> commands
)

Creates a new instance.

Implementation

const SetMacro(this.name, this.commands);