interfaces property

List<InterfaceType> interfaces

The 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;