Union2<X1, X2>.in2 constructor
Union2<X1, X2>.in2 (
- X2 value
Create a Union2 value from the second type argument.
Implementation
Union2.in2(X2 this.value);
Create a Union2 value from the second type argument.
Union2.in2(X2 this.value);