staticElement property

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

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

@override
ConstructorElement? staticElement;