superclassConstraints property

List<InterfaceType> get superclassConstraints

The superclass constraints of this element.

This is a union of constraints declared by the class declaration and all its augmentations.

Implementation

List<InterfaceType> get superclassConstraints;