interfaces property
Returns the interfaces implemented by this interface type.
Implementation
@override
List<NamedDartType> get interfaces => element.interfaces;
Returns the interfaces implemented by this interface type.
@override
List<NamedDartType> get interfaces => element.interfaces;