line property

  1. @override
int line
override

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

Implementation

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