DocumentNode constructor

DocumentNode(
  1. List<LatexNode> childrenNodes, {
  2. SourceRange? sourceRange,
})

Implementation

DocumentNode(this.childrenNodes, {this.sourceRange});