element2 property

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

Return the element associated with this directive, or null if the AST structure has not been resolved.

Implementation

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