Constructs a SettingsCommand object.
array $settings: An array of key/value pairs of JavaScript settings.
bool $merge: Whether the settings should be merged into the global drupalSettings.
public function __construct(array $settings, $merge = FALSE) { $this->settings = $settings; $this->merge = $merge; }