Tuple2<T1, T2>.empty constructor

Tuple2<T1, T2>.empty()

Implementation

factory Tuple2.empty() => Tuple2(null as T1, null as T2);