DelimitedNode constructor
DelimitedNode(
- String left,
- String right,
- List<
LatexNode> content, { - SourceRange? sourceRange,
Implementation
DelimitedNode(this.left, this.right, this.content, {this.sourceRange});