interfaces property
List<InterfaceType>
get
interfaces
Returns interfaces implemented by this element.
This is a union of interfaces declared by the class declaration and all its augmentations.
Implementation
List<InterfaceType> get interfaces;