presentationlayerIdGet method

@param id

Implementation

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

  return _presentationlayerIdGet(id: id);
}