CopyWith$Input$UpdateCustomerInput<TRes> constructor

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

Implementation

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