DocumentNode constructor
DocumentNode(
- List<
LatexNode> childrenNodes, { - SourceRange? sourceRange,
Implementation
DocumentNode(this.childrenNodes, {this.sourceRange});