The definition that introduces the class or null if not yet known.

SEE: intro

Property definitions

nitc $ MClass :: try_intro
	# The definition that introduces the class or `null` if not yet known.
	#
	# SEE: `intro`
	fun try_intro: nullable MClassDef do
		if isset _intro then return _intro else return null
	end
src/model/model.nit:552,2--557,4