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