MathLapNode constructor
MathLapNode(
- List<
LatexNode> content, - LapType lapType, {
- SourceRange? sourceRange,
Implementation
MathLapNode(this.content, this.lapType, {this.sourceRange});