public function __construct(string $name, bool|string $value) { $this->name = $name; $this->value = $value; }