children property

List<Outline>? children
getter/setter pair

The children of the node. The field will be omitted if the node has no children. Children are sorted by offset.

Implementation

List<Outline>? children;