superConstructor2 property
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
@Deprecated('Use superConstructor instead')
ConstructorElement? get superConstructor2;