outputDynacalPanelTypeBlueYPut method
Future<Response<Y$Response> >
outputDynacalPanelTypeBlueYPut({
- required String? panelType,
- required OutputDynacalPanelTypeBlueYPut$RequestBody? body,
Set Output Dynacal Blue Y
Implementation
Future<chopper.Response<Y$Response>> outputDynacalPanelTypeBlueYPut({
required String? panelType,
required OutputDynacalPanelTypeBlueYPut$RequestBody? body,
}) {
generatedMapping.putIfAbsent(Y$Response, () => Y$Response.fromJsonFactory);
return _outputDynacalPanelTypeBlueYPut(panelType: panelType, body: body);
}