DownloadedLanguageStatus constructor
DownloadedLanguageStatus({
- required String publicationReleasedUuid,
- required List<
DownloadedTourStatus> tourStatus, - required DownloadedMediaStatus allStatus,
Implementation
DownloadedLanguageStatus({
required this.publicationReleasedUuid,
required this.tourStatus,
required this.allStatus,
});