interfaces property

List<int> interfaces
final

The indexes of the items representing the interfaces implemented by this class. The list will be empty if there are no implemented interfaces.

Implementation

final List<int> interfaces;