Coproduct7<T1, T2, T3, T4, T5, T6, T7>.item1 constructor

const Coproduct7<T1, T2, T3, T4, T5, T6, T7>.item1(
  1. T1 value
)

Implementation

const Coproduct7.item1(T1 value)
    : this._(value, null, null, null, null, null, null, 0);