allSupertypes property
      
      List<InterfaceType> 
      get
      allSupertypes
      
    
    
All the supertypes defined for this element and its supertypes.
This includes superclasses, mixins, interfaces, and superclass constraints.
Implementation
List<InterfaceType> get allSupertypes;