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