Union3<X1, X2, X3>.in3 constructor

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

Create a Union3 value from the third type argument.

Implementation

Union3.in3(X3 this.value);