Source code location of this MEntity formatted for console

Property definitions

nitc :: term_model $ MEntity :: cs_location
	# Source code location of this MEntity formatted for console
	fun cs_location(no_color: nullable Bool): String do
		if no_color == null or not no_color then
			return location.to_s.bold.gray
		end
		return location.to_s
	end
src/doc/templates/term_model.nit:54,2--60,4