declaredElement property
- @Deprecated('Use ClassDeclaration or MixinDeclaration directly')
- @override
override
Return the element associated with this declaration, or null
if either
this node corresponds to a list of declarations or if the AST structure
has not been resolved.
Implementation
@Deprecated('Use ClassDeclaration or MixinDeclaration directly')
@override
ClassElement? get declaredElement;