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