ModOperatorNode constructor
ModOperatorNode(
- ModStyle modStyle, {
- LatexNode? content,
- SourceRange? sourceRange,
Implementation
ModOperatorNode(this.modStyle, {this.content, this.sourceRange});