CopyWith$Input$InventoryCategoryInput<TRes> constructor

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

Implementation

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