CopyWith$Input$GoogleAnalyticsEventDataRemoveFromCartInput<TRes> constructor

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

Implementation

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