allSupertypes property
Returns all direct and indirect supertypes of this interface type.
Implementation
@override
List<NamedDartType> get allSupertypes => element.allSupertypes;
Returns all direct and indirect supertypes of this interface type.
@override
List<NamedDartType> get allSupertypes => element.allSupertypes;