isOperator property

  1. @override
bool isOperator
final

Whether the executable element is an operator.

The test may be based on the name of the executable element, in which case the result will be correct when the name is legal.

Implementation

@override
final bool isOperator;