redirectedConstructor property Null safety
Return the name of the constructor to which this constructor will be
redirected, or null
if this is not a redirecting factory constructor.
Implementation
ConstructorName? get redirectedConstructor;
Return the name of the constructor to which this constructor will be
redirected, or null
if this is not a redirecting factory constructor.
ConstructorName? get redirectedConstructor;