interfaces property Null safety

List<InstanceRef>? interfaces
read / write

A list of interface types for this class.

The values will be of the kind: Type.

Implementation

List<InstanceRef>? interfaces;