ModOperatorNode constructor

ModOperatorNode(
  1. ModStyle modStyle, {
  2. LatexNode? content,
  3. SourceRange? sourceRange,
})

Implementation

ModOperatorNode(this.modStyle, {this.content, this.sourceRange});