MathLapNode constructor

MathLapNode(
  1. List<LatexNode> content,
  2. LapType lapType, {
  3. SourceRange? sourceRange,
})

Implementation

MathLapNode(this.content, this.lapType, {this.sourceRange});