Get a Location from its string representation.

Property definitions

nitc $ NeoModel :: to_location
	# Get a `Location` from its string representation.
	private fun to_location(loc: String): nitc::Location do
		return new nitc::Location.from_string(loc)
	end
src/neo.nit:630,2--633,4