superConstructor2 property

ConstructorElement2? get superConstructor2

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

ConstructorElement2? get superConstructor2;