isUnaryPostfixOperator property

bool isUnaryPostfixOperator

Return true if this type of token represents a unary postfix operator.

Implementation

bool get isUnaryPostfixOperator => precedence == POSTFIX_PRECEDENCE;