Tuple1<T0> constructor

const Tuple1<T0>(
  1. T0 $0
)

Implementation

const Tuple1(this.$0);