Dart SDK
dart:mirrors
CombinatorMirror
class
CombinatorMirror
Properties
Constructors
Properties
identifiers
isShow
isHide
Constructors
CombinatorMirror
A mirror on a show/hide combinator declared on a library dependency.
Implements
Mirror
Properties
List
<
Symbol
>
identifiers
read-only
The list of identifiers on the combinator.
bool
isShow
read-only
Is true if this is a 'show' combinator.
bool
isHide
read-only
Is true if this is a 'hide' combinator.
Constructors
CombinatorMirror
()