The default module of a group (if any, and if loaded)

The default module of a group is the one that has the same name. Return null if the group has no default module or if the default module is not loaded.

Property definitions

nitc :: mmodule $ MGroup :: default_mmodule
	# The default module of a group (if any, and if loaded)
	#
	# The default module of a group is the one that has the same name.
	# Return `null` if the group has no default module or if the default
	# module is not loaded.
	var default_mmodule: nullable MModule = null
src/model/mmodule.nit:57,2--62,45