constructorName property Null safety
Return the name of the constructor being invoked, or null
if this
annotation is not the invocation of a named constructor.
Implementation
SimpleIdentifier? get constructorName;
Return the name of the constructor being invoked, or null
if this
annotation is not the invocation of a named constructor.
SimpleIdentifier? get constructorName;