RootNode constructor

RootNode(
  1. LatexNode content, {
  2. LatexNode? index,
  3. SourceRange? sourceRange,
})

Implementation

RootNode(this.content, {this.index, this.sourceRange});