DownloadedLanguageStatus constructor

DownloadedLanguageStatus({
  1. required String publicationReleasedUuid,
  2. required List<DownloadedTourStatus> tourStatus,
  3. required DownloadedMediaStatus allStatus,
})

Implementation

DownloadedLanguageStatus({
  required this.publicationReleasedUuid,
  required this.tourStatus,
  required this.allStatus,
});