withItem3 method
Returns a tuple with the third item set to the specified value.
Implementation
Tuple4<T1, T2, T3, T4> withItem3(T3 v) =>
Tuple4<T1, T2, T3, T4>(first, second, v, fourth);
Returns a tuple with the third item set to the specified value.
Tuple4<T1, T2, T3, T4> withItem3(T3 v) =>
Tuple4<T1, T2, T3, T4>(first, second, v, fourth);