children property

  1. @NodeJsonConverter()
List<Node?>? children
final

An array of nodes that are direct children of this node.

Implementation

@NodeJsonConverter()
final List<Node?>? children;