childLinks property

List<ChildLink>? childLinks
getter/setter pair

List of child node indexes and their relationship to this parent.

Implementation

core.List<ChildLink>? childLinks;