element2 property

  1. @Deprecated('Use element instead')
  2. @experimental
Element? get element2

The element associated with this annotation.

Returns null if the AST structure hasn't been resolved or if this annotation couldn't be resolved.

Implementation

@Deprecated('Use element instead')
@experimental
Element? get element2;