Flutter
source_span
FileLocation
line property
line
FileLocation class
Properties
column
file
line
offset
sourceUrl
hashCode
runtimeType
toolString
Methods
pointSpan
compareTo
distance
noSuchMethod
toString
Operators
operator ==
line property
int
line
override
The 0-based line of this location in the source.
Implementation
int get line => file.getLine(offset);