getCommands method

List<ICommand> getCommands()

Gets all commands registered in this command set. Returns a list of commands. See ICommand

Implementation

/// Returns a list of commands.

/// See [ICommand]

List<ICommand> getCommands() {
  return _commands;
}