subcategoryIdPut method

Future<Response<WebApiModulesSettingsSubCategorySubCategory>> subcategoryIdPut({
  1. required String? id,
  2. 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);
}