interfaces property

List<InstanceRef>? interfaces
getter/setter pair

A list of interface types for this class.

The values will be of the kind: Type.

Implementation

List<InstanceRef>? interfaces;