lineStarts property

List<int> lineStarts
final

A list containing the offsets of the first character of each line in the source code.

Implementation

final List<int> lineStarts;