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