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