NegationNode constructor

NegationNode(
  1. LatexNode content, {
  2. SourceRange? sourceRange,
})

Implementation

NegationNode(this.content, {this.sourceRange});