CLineNode constructor
CLineNode(
- int startCol,
- int endCol, {
- SourceRange? sourceRange,
Implementation
CLineNode(this.startCol, this.endCol, {this.sourceRange});