addCommands method Null safety

void addCommands(
  1. List<ICommand> commands
)

Adds multiple ICommand commands to this command set.

  • commands the array of commands to add. See ICommand