CopyWith$Input$InventoryIntegrationImportInput<TRes> constructor

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

Implementation

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