ErrorNode constructor

ErrorNode(
  1. String message, {
  2. List<LatexNode> recovered = const [],
  3. SourceRange? sourceRange,
})

Implementation

ErrorNode(this.message, {this.recovered = const [], this.sourceRange});