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