OperatorNameNode constructor
OperatorNameNode(
- String name, {
- SourceRange? sourceRange,
Implementation
OperatorNameNode(this.name, {this.sourceRange});
OperatorNameNode(this.name, {this.sourceRange});