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 hasn't been resolved, if the operator isn't user definable, or if the operator couldn't be resolved.

Implementation

@override
MethodElement? staticElement;