CLineNode constructor

CLineNode(
  1. int startCol,
  2. int endCol, {
  3. SourceRange? sourceRange,
})

Implementation

CLineNode(this.startCol, this.endCol, {this.sourceRange});