childClasses property
If set to a List of InheritanceDefinitions
the class is a parent class and stores the child classes.
Implementation
List<InheritanceDefinition> childClasses;
If set to a List of InheritanceDefinitions
the class is a parent class and stores the child classes.
List<InheritanceDefinition> childClasses;