processingColourReplaceSoftnessPut method

Future<Response<Softness$Response>> processingColourReplaceSoftnessPut({
  1. required ProcessingColourReplaceSoftnessPut$RequestBody? body,
})

Set Colour Replace Softness

Implementation

Future<chopper.Response<Softness$Response>>
    processingColourReplaceSoftnessPut(
        {required ProcessingColourReplaceSoftnessPut$RequestBody? body}) {
  generatedMapping.putIfAbsent(
      Softness$Response, () => Softness$Response.fromJsonFactory);

  return _processingColourReplaceSoftnessPut(body: body);
}