CopyWith$Input$ErpIntegrationUpdateInput<TRes> constructor

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

Implementation

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