superClass property
The proxy api that is a super class to this one.
This provides an alternative to calling extends
on a class since this
requires calling the super class constructor.
Note that using this instead of extends
can cause unexpected conflicts
with inherited method names.
Implementation
final Type? superClass;