children property

List<Outline>? children
final

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

Implementation

final List<Outline>? children;