菜单
Dart
dart:mirrors
组合器反射类
组合器反射
暗色模式
浅色模式
描述
CombinatorMirror
类
抽象
在库依赖上声明的显示/隐藏组合器的反射。
实现类型
Mirror
构造函数
CombinatorMirror
()
属性
hashCode
→
int
此对象的哈希码。
无设置器
继承
identifiers
→
List
<
Symbol
>
组合器上的标识符列表。
无设置器
isHide
→
bool
如果是 'hide' 组合器,则为
true
。
无设置器
isShow
→
bool
如果是 'show' 组合器,则为
true
。
无设置器
runtimeType
→
Type
对象运行时类型的表示。
无设置器
继承
方法
noSuchMethod
(
Invocation
invocation
)
→ dynamic
当访问不存在的方法或属性时被调用。
继承
toString
(
)
→
String
此对象的字符串表示。
继承
运算符
operator ==
(
Object
other
)
→
bool
相等运算符。
继承
Dart
dart:mirrors
组合器反射类
dart:mirrors 库
Cookie 管理控件