CopyWith$Input$PurchaseSupplierInput<TRes> constructor

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

Implementation

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