Union3<X1, X2, X3>.in2 constructor

Union3<X1, X2, X3>.in2(
  1. X2 value
)

Create a Union3 value from the second type argument.

Implementation

Union3.in2(X2 this.value);