key = $key; } public function getKey(): string { return $this->key; } public function setValue(string $value): void { $this->value = $value; } public function getValue(): string { return $this->value; } }