superclass属性

ClassMirror? superclass

反映对象超类上的镜象。

如果此类型是Object,则超类将为null。

实现

ClassMirror? get superclass;