$this
public function default(string $fallbackParam) : static { array_unshift($this->stack, 'default', $fallbackParam); return $this; }