unParenthesized property

DartPattern unParenthesized

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

Implementation

DartPattern get unParenthesized;