Union7<X1, X2, X3, X4, X5, X6, X7>.in7 constructor

Union7<X1, X2, X3, X4, X5, X6, X7>.in7(
  1. X7 value
)

Create a Union7 value from the seventh type argument.

Implementation

Union7.in7(X7 this.value);