CopyWith$Input$GoogleAnalyticsEventDataBeginCheckoutInput<TRes> constructor

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

Implementation

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