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