line property

int line
override

The 0-based line of this location in the source.

Implementation

int get line => file.getLine(offset);