outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut method

Future<Response<HighlightOverbrightPixelsEnabled$Response>> outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut({
  1. required OutputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut$RequestBody? body,
})

Set Highlight Overbright Pixels Enabled

Implementation

Future<chopper.Response<HighlightOverbrightPixelsEnabled$Response>>
    outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut(
        {required OutputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut$RequestBody?
            body}) {
  generatedMapping.putIfAbsent(HighlightOverbrightPixelsEnabled$Response,
      () => HighlightOverbrightPixelsEnabled$Response.fromJsonFactory);

  return _outputGlobalColourDynacalHighlightOverbrightPixelsEnabledPut(
      body: body);
}