LibraryDependencyMirror抽象

是对导入或导出声明的镜像。

实现的类型

构造函数

LibraryDependencyMirror()

属性

combinators List<CombinatorMirror>
返回导入/导出声明上的显示/隐藏组合器的列表。
没有设置器
hashCode int
此对象的哈希码。
没有设置器继承
isDeferred bool
如果此依赖是一个延迟导入,则返回 true。否则返回 false。
没有设置器
isExport bool
如果此依赖是一个导出,则为 true
没有设置器
isImport bool
如果此依赖是一个导入,则为 true
没有设置器
location SourceLocation?
返回此导入/导出声明的源位置。
没有设置器
metadata List<InstanceMirror>
没有设置器
prefix Symbol?
如果这是带前缀的导入,则返回前缀,否则返回 null
没有设置器
runtimeType Type
对象运行时类型的表示。
没有设置器继承
sourceLibrary LibraryMirror
返回导入或导出 targetLibrary 的库镜像。
没有设置器
targetLibrary LibraryMirror?
返回导入或导出的库镜像,如果库未加载则返回 null
没有设置器

方法

loadLibrary() Future<LibraryMirror>
返回一个异步对象,当将要导入或导出的库加载完毕时完成,并在必要时启动对该库的加载。
noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

运算符 ==(Object other) bool
比较运算符。
继承