CopyWith$Input$GoogleAnalyticsEventDataGenerateLeadInput<TRes> constructor

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

Implementation

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