mixins property
List<InterfaceType>
get
mixins
Return a list containing all of the mixins that are applied to the class being extended in order to derive the superclass of this class. Note that this is not, in general, equivalent to getting the mixins from this type's element because the types returned by this method will have had their type parameters replaced.
Implementation
List<InterfaceType> get mixins;