allSupertypes property

List<InterfaceType> allSupertypes

Return a list containing all the supertypes defined for this element and its supertypes. This includes superclasses, mixins, interfaces, and superclass constraints.

Implementation

List<InterfaceType> get allSupertypes;