mixins property

  1. @Deprecated('Use InterfaceElement.mixins instead')
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

@Deprecated('Use InterfaceElement.mixins instead')
List<InterfaceType> get mixins;