constructorElement property
The constructor that is invoked by this enum constant, or null
if the
AST structure hasn't been resolved, or if the constructor couldn't be
resolved.
Implementation
@Deprecated('Use constructorElement2 instead')
ConstructorElement? get constructorElement;