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