The guard associated to a lazy attribute.

Because some engines does not have a working isset, this additional attribute is used to guard the lazy initialization.

TODO: to remove once isset is correctly implemented

Property definitions

nitc :: modelize_property $ AAttrPropdef :: mlazypropdef
	# The guard associated to a lazy attribute.
	# Because some engines does not have a working `isset`,
	# this additional attribute is used to guard the lazy initialization.
	# TODO: to remove once isset is correctly implemented
	var mlazypropdef: nullable MAttributeDef
src/modelize/modelize_property.nit:1199,2--1203,41