staticElement property
ConstructorElement?
get
staticElement
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;