interfaces property
      
      List<InterfaceType> 
      get
      interfaces
      
    
    
Return a list containing all of the interfaces that are implemented by this interface. Note that this is not, in general, equivalent to getting the interfaces from this type's element because the types returned by this method will have had their type parameters replaced.
Implementation
List<InterfaceType> get interfaces;