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