CopyWith$Input$GoogleAnalyticsEventDataViewCartInput<TRes> constructor

CopyWith$Input$GoogleAnalyticsEventDataViewCartInput<TRes>(
  1. Input$GoogleAnalyticsEventDataViewCartInput instance,
  2. TRes then(
    1. Input$GoogleAnalyticsEventDataViewCartInput
    )
)

Implementation

factory CopyWith$Input$GoogleAnalyticsEventDataViewCartInput(
  Input$GoogleAnalyticsEventDataViewCartInput instance,
  TRes Function(Input$GoogleAnalyticsEventDataViewCartInput) then,
) = _CopyWithImpl$Input$GoogleAnalyticsEventDataViewCartInput;