init property

Tuple2<T1, T2> init

Implementation

Tuple2<T1, T2> get init => Tuple2(value1, value2);