superclass property Null safety

ClassMirror? superclass

A mirror on the superclass on the reflectee.

If this type is Object, the superclass will be null.

Implementation

ClassMirror? get superclass;