Return the local ID of the node.

Property definitions

neo4j $ NeoNodeCollection :: id_of
	# Return the local ID of the node.
	fun id_of(node: NeoNode): ID_TYPE do return node[id_property].as(ID_TYPE)
lib/neo4j/graph/graph.nit:79,2--80,74