CopyWith$Input$FBCatalogSyncShippingInput<TRes> constructor

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

Implementation

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