element2 property

  1. @experimental
ExecutableElement2? get element2

The referenced augmented element: function, constructor, or method.

Returns null if the AST structure hasn't been resolved or if this fragment is the first fragment in the chain.

Implementation

// TODO(brianwilkerson): Consider resolving this to a fragment rather than an
//  element. In this case I think that's closer to the right semantics.
@experimental
ExecutableElement2? get element2;