CopyWith$Input$GoogleAnalyticsEventDataRefundInput<TRes> constructor

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

Implementation

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