staticElement property

  1. @override
MethodElement? get staticElement
override

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? get staticElement;