Macro constructor

Macro(
  1. int id,
  2. List<Command> commands
)

Implementation

Macro(int id, this.commands) : super(id, IsobusObjectType.macro);