Union4<X1, X2, X3, X4>.in3 constructor

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

Create a Union4 value from the third type argument.

Implementation

Union4.in3(X3 this.value);