CopyWith$Input$SaleCustomerInput<TRes> constructor

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

Implementation

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