staticElement property
Return the element associated with the referenced constructor based on
static type information, or null
if the AST structure has not been
resolved or if the constructor could not be resolved.
Implementation
ConstructorElement get staticElement;
Set the element associated with the referenced constructor based on static
type information to the given element
.
Implementation
set staticElement(ConstructorElement element);