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