getCommands method

List<CommandDescriptor> getCommands()

@internal

Implementation

List<CommandDescriptor> getCommands() {
  return _commands.values.toList();
}