allSupertypes property
A list containing all of the supertypes of this interface.
Implementation
@override
List<InterfaceType> get allSupertypes {
return _allSuperTypes ??= library.resolver.allSupertypesOf(this);
}
A list containing all of the supertypes of this interface.
@override
List<InterfaceType> get allSupertypes {
return _allSuperTypes ??= library.resolver.allSupertypesOf(this);
}