ErrorNode constructor
ErrorNode(
- String message, {
- List<
LatexNode> recovered = const [], - SourceRange? sourceRange,
Implementation
ErrorNode(this.message, {this.recovered = const [], this.sourceRange});