CopyWith$Input$LandingPagesDataInput<TRes> constructor

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

Implementation

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