init property

Tuple3<T1, T2, T3> init

Implementation

Tuple3<T1, T2, T3> get init => Tuple3(value1, value2, value3);