staticElement property

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

The element associated with the operator based on the static type of the operand, or null if the AST structure has not been resolved, if the operator is not user definable, or if the operator could not be resolved.

Implementation

@override
MethodElement? staticElement;