Dart API Reference
dart:mirrors
SourceLocation
SourceLocation
class
A
SourceLocation
describes the span of an entity in Dart source code.
A
SourceLocation
describes the span of an entity in Dart source code.
Constructors
SourceLocation
( )
Instance Properties
line
int
read-only
column
int
read-only
sourceUri
Uri
read-only