mixins property

List<InterfaceType> get mixins

The mixins that are applied by this fragment.

ClassFragment and EnumFragment can have mixins.

MixinFragment cannot have mixins, so the empty list is returned.

Implementation

List<InterfaceType> get mixins;