A SourceLocation describes the span of an entity in Dart source code.

Properties

int column
read-only
The 1-based column number for this source location.
int line
read-only
The 1-based line number for this source location.
Uri sourceUri
read-only
Returns the URI where the source originated.

Constructors

SourceLocation()