unParenthesized property

  1. @ToBeDeprecated('Use unParenthesized2 instead.')
Expression get unParenthesized

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

Implementation

@ToBeDeprecated('Use unParenthesized2 instead.')
Expression get unParenthesized;