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