constructorName property Null safety
Return the name of the constructor that is being invoked, or null
if the
unnamed constructor is being invoked.
Implementation
SimpleIdentifier? get constructorName;
Return the name of the constructor that is being invoked, or null
if the
unnamed constructor is being invoked.
SimpleIdentifier? get constructorName;