constructorElement property Null safety
Return the constructor that is invoked by this enum constant, or null
if the AST structure has not been resolved, or if the constructor could
not be resolved.
Implementation
ConstructorElement? get constructorElement;