CombinatorMirror抽象

对库依赖上声明的显示/隐藏组合器的镜像。

实现类型

构造函数

CombinatorMirror()

属性

hashCode int
此对象的哈希码。
无设置器继承
identifiers List<Symbol>
组合器上的标识符列表。
无设置器
isHide bool
如果是 '隐藏' 组合器,则为 true
无设置器
isShow bool
如果是 '显示' 组合器,则为 true
无设置器
runtimeType Type
对象运行时类型的表示。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
在访问不存在的方法或属性时调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承