element property
The element associated with this annotation, or null
if the AST
structure hasn't been resolved or if this annotation couldn't be resolved.
Implementation
@Deprecated('Use element2 instead')
Element? get element;
The element associated with this annotation, or null
if the AST
structure hasn't been resolved or if this annotation couldn't be resolved.
@Deprecated('Use element2 instead')
Element? get element;