join2 property
The variable in which this variable joins with other pattern variables with the same name, in a logical-or pattern, or shared case scope.
Implementation
@Deprecated('Use join instead')
JoinPatternVariableElement? get join2;
The variable in which this variable joins with other pattern variables with the same name, in a logical-or pattern, or shared case scope.
@Deprecated('Use join instead')
JoinPatternVariableElement? get join2;