allSupertypes property
List<InterfaceType>
get
allSupertypes
Return a list containing all the supertypes defined for this class and its supertypes. This includes superclasses, mixins, interfaces and superclass constraints.
Implementation
List<InterfaceType> get allSupertypes;