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

Properties

column int
read-only

The 1-based column number for this source location.

line int
read-only

The 1-based line number for this source location.

sourceUri Uri
read-only

Returns the URI where the source originated.

Constructors

SourceLocation()