OperatorNode constructor
OperatorNode(
- String op, {
- SourceRange? sourceRange,
Implementation
OperatorNode(this.op, {this.sourceRange});
OperatorNode(this.op, {this.sourceRange});