declaredElement property

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

The element associated with this constructor, or null if the AST structure has not been resolved or if this constructor could not be resolved.

Implementation

@override
ConstructorElement? declaredElement;