contacteventIdGet method

Future<Response<WebApiModulesSettingsContactSettingsContactEventContactEvent>> contacteventIdGet({
  1. required String? id,
})

@param id

Implementation

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

  return _contacteventIdGet(id: id);
}