children property

Object? children

These are the children of the node. It is a collection that can be any appropriate data-structure like List or Map

Implementation

Object? get children;