element property

  1. @experimental
MethodElement? get element

The element of the operator for the matched type.

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

Implementation

@experimental
MethodElement? get element;