public function __construct(?ConstExprNode $key, ConstExprNode $value) { $this->key = $key; $this->value = $value; }