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