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