superConstructor property
ConstructorElement?
get
superConstructor
The constructor of the superclass that this constructor invokes, or
null
if this constructor redirects to another constructor, or if the
library containing this constructor has not yet been resolved.
Implementation
ConstructorElement? get superConstructor;