RootNode constructor

RootNode(
  1. List<Node>? children
)

Implementation

RootNode(this.children) : super(NodeType.ROOT, children: children);