staticElement property

  1. @override
ConstructorElement? staticElement
getter/setter pairoverride-getter

The element associated with this constructor name based on static type information, or null if the AST structure has not been resolved or if this constructor name could not be resolved.

Implementation

@override
ConstructorElement? staticElement;