Dart SDK
dart:mirrors
SourceLocation
class
SourceLocation
Properties
Constructors
Properties
line
column
sourceUri
Constructors
SourceLocation
A
SourceLocation
describes the span of an entity in Dart source code.
Properties
int
line
read-only
The 1-based line number for this source location.
int
column
read-only
The 1-based column number for this source location.
Uri
sourceUri
read-only
Returns the URI where the source originated.
Constructors
SourceLocation
()