sealed class DownloadEvent { const DownloadEvent(); } class GetImagesEvent extends DownloadEvent {} class GetAudiosEvent extends DownloadEvent {} class SaveLevelsEvent extends DownloadEvent {}