menu
Dart
dart:mirrors
SourceLocation class
SourceLocation
dark_mode
light_mode
描述
SourceLocation
类
抽象
SourceLocation
描述了 Dart 源代码中实体的范围。
构造器
SourceLocation
()
属性
column
→
int
此源位置的基于 1 的列号。
没有设置器
hashCode
→
int
此对象的哈希码。
没有设置器
继承
line
→
int
此源位置的基于 1 的行号。
没有设置器
runtimeType
→
Type
对象的运行时类型的表示。
没有设置器
继承
sourceUri
→
Uri
返回源代码起源的 URI。
没有设置器
方法
noSuchMethod
(
Invocation
invocation
)
→ dynamic
当访问不存在的属性或方法时调用。
继承
toString
(
)
→
String
此对象的字符串表示。
继承
运算符
operator ==
(
Object
other
)
→
bool
等于运算符。
继承
Dart
dart:mirrors
SourceLocation 类
dart:mirrors 库
Cookie 管理控制