ComponentTreeNode constructor

ComponentTreeNode(
  1. int id,
  2. String name,
  3. String toStringText,
  4. List<ComponentTreeNode> children,
)

Implementation

ComponentTreeNode(this.id, this.name, this.toStringText, this.children);