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