RootNode constructor
RootNode(
- LatexNode content, {
- LatexNode? index,
- SourceRange? sourceRange,
Implementation
RootNode(this.content, {this.index, this.sourceRange});