superclass property

int? superclass
final

The index of the item representing the superclass of this class. This field will be omitted if this item represents the class Object.

Implementation

final int? superclass;