systemupdatehistorylogIdGet method

Future<Response<WebApiModulesAdministratorSystemUpdateHistoryLogSystemUpdateHistoryLog>> systemupdatehistorylogIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _systemupdatehistorylogIdGet(id: id);
}