*
ValueType $value:
public function __construct(?IdentifierTypeNode $key, $value) { $this->key = $key; $this->value = $value; }