Sets one argument to pass to the service constructor/factory method.
$this
public final function arg(string|int $key, mixed $value) : static { $this->definition ->setArgument($key, static::processValue($value, true)); return $this; }