Tuple2<E1, E2> constructor

Tuple2<E1, E2>(
  1. E1 item1,
  2. E2 item2
)

Implementation

Tuple2(this.item1, this.item2);