addCommandSet method Null safety

void addCommandSet(
  1. CommandSet commandSet
)

Adds all of the commands and events from specified CommandSet command set into this one.

  • commandSet the CommandSet to add.