staticElement property
The element associated with the constructor based on static type
information, or null
if the AST structure hasn't been resolved or if the
constructor couldn't be resolved.
Implementation
@override
ConstructorElement? get staticElement;