Dart SDK
dart:mirrors
CombinatorMirror
property isHide
isHide
class CombinatorMirror
Constructors
CombinatorMirror
Properties
identifiers
isHide
isShow
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
bool
isHide
Is
true
if this is a 'hide' combinator.
Source
bool get isHide;
property isHide