line property Null safety
override
The 0-based line of this location in the source.
Implementation
@override
int get line => file.getLine(offset);
The 0-based line of this location in the source.
@override
int get line => file.getLine(offset);