Adds defaults.
$this
public final function defaults(array $defaults) : static { $this->route ->addDefaults($defaults); return $this; }