redirectedConstructor property

ConstructorElementRef? get 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

ConstructorElementRef? get redirectedConstructor;