Place-holder object that means no-location

See MEntity::location

Property definitions

nitc $ Model :: no_location=
	# Place-holder object that means no-location
	#
	# See `MEntity::location`
	var no_location = new Location(null, 0, 0, 0, 0)
src/model/model_base.nit:28,2--31,49