generatorwattsPost method
Future<Response<WebApiModulesSettingsGeneratorSettingsGeneratorWattsGeneratorWatts> >
generatorwattsPost({})
Implementation
Future<
chopper.Response<
WebApiModulesSettingsGeneratorSettingsGeneratorWattsGeneratorWatts>>
generatorwattsPost(
{required WebApiModulesSettingsGeneratorSettingsGeneratorWattsGeneratorWatts?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsGeneratorSettingsGeneratorWattsGeneratorWatts,
() => WebApiModulesSettingsGeneratorSettingsGeneratorWattsGeneratorWatts
.fromJsonFactory);
return _generatorwattsPost(body: body);
}