DelimitedNode constructor

DelimitedNode(
  1. String left,
  2. String right,
  3. List<LatexNode> content, {
  4. SourceRange? sourceRange,
})

Implementation

DelimitedNode(this.left, this.right, this.content, {this.sourceRange});