AppEventResponse constructor
AppEventResponse({
- bool? asyncUrlEnrichEnabled,
- required bool autoTranslationEnabled,
- FileUploadConfig? fileUploadConfig,
- FileUploadConfig? imageUploadConfig,
- required String name,
Returns a new AppEventResponse instance.
Implementation
AppEventResponse({
this.asyncUrlEnrichEnabled,
required this.autoTranslationEnabled,
this.fileUploadConfig,
this.imageUploadConfig,
required this.name,
});