superclassConstraints property

List<InterfaceType> superclassConstraints

Return a list containing all of the super-class constraints that this mixin declaration declares. The list will be empty if this class does not represent a mixin declaration.

Implementation

List<InterfaceType> get superclassConstraints;