Flutter
source_span
FileLocation
line property
line
line
property
Null safety
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
Properties
column
file
hashCode
line
offset
runtimeType
sourceUrl
toolString
Methods
compareTo
distance
noSuchMethod
pointSpan
toString
Operators
operator ==