allSupertypes property

List<InterfaceType> allSupertypes

Return all the super-interfaces implemented by this interface. This includes superclasses, mixins, interfaces, and superclass constraints.

Implementation

List<InterfaceType> get allSupertypes;