CopyWith$Input$UpdateLandingPagesInput<TRes> constructor

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

Implementation

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