outputGlobalColourGainsBluePut method

Future<Response<Blue$Response>> outputGlobalColourGainsBluePut({
  1. required OutputGlobalColourGainsBluePut$RequestBody? body,
})

Set Blue Gain

Implementation

Future<chopper.Response<Blue$Response>> outputGlobalColourGainsBluePut(
    {required OutputGlobalColourGainsBluePut$RequestBody? body}) {
  generatedMapping.putIfAbsent(
      Blue$Response, () => Blue$Response.fromJsonFactory);

  return _outputGlobalColourGainsBluePut(body: body);
}