CopyWith$Input$CompanyCustomerInput<TRes> constructor

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

Implementation

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