Coproduct1<T1>.item1 constructor

const Coproduct1<T1>.item1(
  1. T1 value
)

Implementation

const Coproduct1.item1(T1 value) : this._(value);