Flutter
source_span
SourceFile
lines property
lines
SourceFile class
Constructors
SourceFile
decoded
fromString
Properties
length
lines
url
hashCode
runtimeType
Methods
getColumn
getLine
getOffset
getText
location
span
noSuchMethod
toString
Operators
operator ==
lines property
int
lines
The number of lines in the file.
Implementation
int get lines => _lineStarts.length;