staticElement property

  1. @Deprecated('Use element instead')
ConstructorElement? get staticElement

The element associated with the referenced 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

@Deprecated('Use element instead')
ConstructorElement? get staticElement;