neo4j :: CypherQuery :: []=
value as the parameter key.SEE: set
	# 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