init property

Tuple4<T1, T2, T3, T4> init

Implementation

Tuple4<T1, T2, T3, T4> get init => Tuple4(value1, value2, value3, value4);