Tuple1<T1> constructor

const Tuple1<T1>(
  1. T1 item1
)

Implementation

const Tuple1(this.item1);