departmentlocationWithkeysIdGet method

Future<Response<WebApiModulesSettingsDepartmentLocationDepartmentLocation>> departmentlocationWithkeysIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<WebApiModulesSettingsDepartmentLocationDepartmentLocation>
>
departmentlocationWithkeysIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsDepartmentLocationDepartmentLocation,
    () => WebApiModulesSettingsDepartmentLocationDepartmentLocation
        .fromJsonFactory,
  );

  return _departmentlocationWithkeysIdGet(id: id);
}