Product1<T1> constructor

const Product1<T1>(
  1. T1 item1
)

Implementation

const Product1(this.item1);