officelocationIdGet method

@param id

Implementation

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

  return _officelocationIdGet(id: id);
}