menu
Flutter
source_span
FileLocation
line property
line
brightness_4
brightness_5
line
property
@
override
int
line
override
The 0-based line of this location in the source.
Implementation
@override int get line => file.getLine(offset);
Flutter
source_span
FileLocation
line property
FileLocation class