children property

List<FlutterOutline>? children
getter/setter pair

The children of the node. The field will be omitted if the node has no children.

Implementation

List<FlutterOutline>? children;