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