superType property
Returns the super type of this interface type.
Implementation
@override
NamedDartType? get superType => element.superType;
Returns the super type of this interface type.
@override
NamedDartType? get superType => element.superType;