Pass the argument value as the parameter key.

SEE: set

Property definitions

neo4j $ CypherQuery :: []=
	# Pass the argument `value` as the parameter `key`.
	#
	# SEE: `set`
	fun []=(key: String, value: nullable Serializable) do
		params[key] = value
	end
lib/neo4j/neo4j.nit:380,2--385,4