CopyWith$Input$CreateCustomerInput<TRes> constructor

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

Implementation

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