Dart SDK
dart:mirrors
SourceLocation
SourceLocation
Dart SDK
dart:mirrors
SourceLocation
class
SourceLocation
Properties
Constructors
Dart SDK
dart:mirrors
Functions
currentMirrorSystem
reflect
reflectClass
reflectType
Classes
ClassMirror
ClosureMirror
CombinatorMirror
Comment
DeclarationMirror
FunctionTypeMirror
InstanceMirror
IsolateMirror
LibraryDependencyMirror
LibraryMirror
MethodMirror
Mirror
MirrorsUsed
MirrorSystem
ObjectMirror
ParameterMirror
SourceLocation
TypedefMirror
TypeMirror
TypeVariableMirror
VariableMirror
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
()
SourceLocation
Properties
column
line
sourceUri
Constructors
SourceLocation