setsurfaceIdPut method
Future<Response<WebApiModulesSettingsSetSettingsSetSurfaceSetSurface> >
setsurfaceIdPut({
- required String? id,
- required WebApiModulesSettingsSetSettingsSetSurfaceSetSurface? body,
@param id
Implementation
Future<chopper.Response<WebApiModulesSettingsSetSettingsSetSurfaceSetSurface>>
setsurfaceIdPut(
{required String? id,
required WebApiModulesSettingsSetSettingsSetSurfaceSetSurface?
body}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsSetSettingsSetSurfaceSetSurface,
() => WebApiModulesSettingsSetSettingsSetSurfaceSetSurface
.fromJsonFactory);
return _setsurfaceIdPut(id: id, body: body);
}