CopyWith$Input$InventoryIntegrationInput<TRes> constructor

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

Implementation

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