unParenthesized property
DartPattern
get
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;