visitUnaryOperationExpression method
Implementation
T? visitUnaryOperationExpression(UnaryOperationExpression node) =>
node.operand.accept(this);
T? visitUnaryOperationExpression(UnaryOperationExpression node) =>
node.operand.accept(this);