CopyWith$Input$MarketplaceGetProductInput<TRes> constructor

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

Implementation

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