unParenthesized property

Expression get unParenthesized

If this expression is a parenthesized expression, return the result of unwrapping the expression inside the parentheses. Otherwise, return this expression.

Implementation

Expression get unParenthesized;