Warning, this property can be inherited by subclasses with or without being a constructor
therefore, you should use is_init_for
the verify if the property is a legal constructor for a given class
# Is the property a constructor?
# Warning, this property can be inherited by subclasses with or without being a constructor
# therefore, you should use `is_init_for` the verify if the property is a legal constructor for a given class
var is_init: Bool = false is writable
src/model/model.nit:2421,2--2424,38