unParenthesized2 property

  1. @experimental
Expression get unParenthesized2

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

Implementation

@experimental
Expression get unParenthesized2;