unParenthesized property

  1. @override
DartPattern unParenthesized
override

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

Implementation

@override
DartPattern get unParenthesized => this;