Adds the "_stateless" entry to defaults.
$this
public final function stateless(bool $stateless = true) : static { $this->route ->addDefaults([ '_stateless' => $stateless, ]); return $this; }