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