ParseTreeNode constructor

ParseTreeNode(
  1. ParseResult result, {
  2. ParseTreeNode? parent,
  3. int depth = 0,
})

Implementation

ParseTreeNode(this.result, {this.parent, this.depth = 0});