OperatorNode constructor

OperatorNode(
  1. String op, {
  2. SourceRange? sourceRange,
})

Implementation

OperatorNode(this.op, {this.sourceRange});