allSupertypes property
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;
Return a list containing all the supertypes defined for this element and its supertypes. This includes superclasses, mixins, interfaces, and superclass constraints.
List<InterfaceType> get allSupertypes;