mixins property
List<MixinElement2>
get
mixins
The mixins defined in this library.
There is no guarantee of the order in which the mixins will be returned. In particular, they are not guaranteed to be in lexical order.
Implementation
List<MixinElement2> get mixins;