join2 property

  1. @Deprecated('Use join instead')
JoinPatternVariableFragment? 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.

Implementation

@Deprecated('Use join instead')
JoinPatternVariableFragment? get join2;