binaryOperatorOfCompoundAssignment property

TokenType? binaryOperatorOfCompoundAssignment
final

The binary operator that is invoked by this compound assignment operator, or null otherwise.

Implementation

final TokenType? binaryOperatorOfCompoundAssignment;