redirectedConstructor property

ConstructorElement? redirectedConstructor

The constructor to which this constructor is redirecting, or null if this constructor does not redirect to another constructor or if the library containing this constructor has not yet been resolved.

Implementation

ConstructorElement? get redirectedConstructor;