copyWith method

Tuple1 copyWith (
  1. T item
)

Implementation

Tuple1 copyWith(T item) => Tuple1(item ?? this.item);