Macro constructor

Macro({
  1. required List<TurtleCommand>? commands,
})

Creates a new instance.

Implementation

Macro({required this.commands});