staticElement property

  1. @override
MethodElement? staticElement
getter/setter pairoverride-getter

The element associated with the operator based on the static type of the left-hand-side, or null if the AST structure has not been resolved, if the operator is not a compound operator, or if the operator could not be resolved.

Implementation

@override
MethodElement? staticElement;