superConstructor2 property

  1. @Deprecated('Use superConstructor instead')
ConstructorElement? 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

@Deprecated('Use superConstructor instead')
ConstructorElement? get superConstructor2;