withItem1 method
Returns a tuple with the first item set to the specified value.
Implementation
Tuple4<T1, T2, T3, T4> withItem1(T1 v) =>
Tuple4<T1, T2, T3, T4>(v, item2, item3, item4);
Returns a tuple with the first item set to the specified value.
Tuple4<T1, T2, T3, T4> withItem1(T1 v) =>
Tuple4<T1, T2, T3, T4>(v, item2, item3, item4);