generatorwattsPost method

Implementation

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

  return _generatorwattsPost(body: body);
}