Sets the condition.
$this
public final function condition(string $condition) : static { $this->route ->setCondition($condition); return $this; }