withItem5 method
Returns a tuple with the fifth item set to the specified value.
Implementation
Tuple6<T1, T2, T3, T4, T5, T6> withItem5(T5 v) =>
Tuple6<T1, T2, T3, T4, T5, T6>(item1, item2, item3, item4, v, item6);
Returns a tuple with the fifth item set to the specified value.
Tuple6<T1, T2, T3, T4, T5, T6> withItem5(T5 v) =>
Tuple6<T1, T2, T3, T4, T5, T6>(item1, item2, item3, item4, v, item6);