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