The base init of the class.

TODO: merge with root_init and ModelBuilder::the_root_init_mmethod if possible

Property definitions

nitc :: modelize_property $ MClass :: the_root_init_mmethod
	# The base init of the class.
	#
	# TODO: merge with `root_init` and `ModelBuilder::the_root_init_mmethod` if possible
	var the_root_init_mmethod: nullable MMethod = null
src/modelize/modelize_property.nit:523,2--526,51