Internal name combining the module, the class and the property

Example: "mymodule$MyClass$mymethod"

Property definitions

nitc $ MPropDef :: to_s=
	# Internal name combining the module, the class and the property
	# Example: "mymodule$MyClass$mymethod"
	redef var to_s is noinit
src/model/model.nit:2610,2--2612,25