webalertlogIdGet method

Future<Response<FwStandardModulesAdministratorWebAlertLogWebAlertLogLogic>> webalertlogIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _webalertlogIdGet(id: id);
}