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