superclass property
ClassMirror?
get
superclass
A mirror on the superclass on the reflectee.
If this type is Object
, the superclass will be null.
Required capabilities: superclass requires a TypeRelationsCapability.
Implementation
ClassMirror? get superclass;